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