From db2fbeadf9e210509cf212117c1f2784993437fe Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Tue, 11 Oct 2022 23:29:44 -0400 Subject: [PATCH] =?UTF-8?q?Tangle=20the=20=CF=80=20file=20directly=20on=20?= =?UTF-8?q?the=20=CF=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zshrc.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc.org b/zshrc.org index f50625c..0e7c37b 100644 --- a/zshrc.org +++ b/zshrc.org @@ -14,7 +14,7 @@ are daily and pi, the function returns '(".zshrc" ".zshrc.pi") #+begin_src emacs-lisp :results output silent (setq tag-to-filenames-alist '(("daily" . ".zshrc") ("blender" . ".zshrc.blender") - ("pi" . ".zshrc.pi") + ("pi" . "/ssh:ssh.jacopods.xyz:.zshrc") ("android" . ".zshrc.android") ("mips" . ".zshrc.mips"))) (defun org-tags-to-filenames ()