|
|
|
@ -13,7 +13,7 @@ are daily and pi, the function returns '(".zshrc" ".zshrc.pi") |
|
|
|
#+name:def-tag |
|
|
|
#+name:def-tag |
|
|
|
#+begin_src emacs-lisp :results output silent |
|
|
|
#+begin_src emacs-lisp :results output silent |
|
|
|
(setq-local tag-to-filenames-alist '( ("daily" . ".zshrc") |
|
|
|
(setq-local tag-to-filenames-alist '( ("daily" . ".zshrc") |
|
|
|
("blender" . ".zshrc.blender") |
|
|
|
("spare" . ".zshrc.spare") |
|
|
|
("pi" . "/ssh:ssh.jacopods.xyz:.zshrc") |
|
|
|
("pi" . "/ssh:ssh.jacopods.xyz:.zshrc") |
|
|
|
("android" . ".zshrc.android"))) |
|
|
|
("android" . ".zshrc.android"))) |
|
|
|
(defun org-tags-to-filenames () |
|
|
|
(defun org-tags-to-filenames () |
|
|
|
|