mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 12:21:20 +00:00
Reduce dependence on ~/plaintext
This commit is contained in:
parent
d486269566
commit
53178c413f
1 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@
|
||||||
(global-set-key (kbd "<f3>")
|
(global-set-key (kbd "<f3>")
|
||||||
#'(lambda ()
|
#'(lambda ()
|
||||||
(interactive)
|
(interactive)
|
||||||
(find-file "~/plaintext/org/random/things_puppet_should_remember.org"))))
|
(find-file (my/plaintext-file "org/random/things_puppet_should_remember.org")))))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* Add Ledger
|
* Add Ledger
|
||||||
|
|
@ -59,7 +59,7 @@
|
||||||
* Sending reports to mom
|
* Sending reports to mom
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(defun my/run-report-get-file-name (arg)
|
(defun my/run-report-get-file-name (arg)
|
||||||
(let* ((default-directory (expand-file-name "~/plaintext/ledger-finance"))
|
(let* ((default-directory (my/plaintext-file "ledger-finance"))
|
||||||
(buf
|
(buf
|
||||||
(save-window-excursion
|
(save-window-excursion
|
||||||
(compilation-start (format "./mom_report.sh %s"
|
(compilation-start (format "./mom_report.sh %s"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue