From f6cb72eea99edd8c60d724a51fcf314bde491c41 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 24 Apr 2023 19:04:25 +0100 Subject: Remove configuration for org-zettelkasten-mapping --- init.el | 7 ------- 1 file changed, 7 deletions(-) diff --git a/init.el b/init.el index d67703c..177cd5f 100644 --- a/init.el +++ b/init.el @@ -676,13 +676,6 @@ https://yannherklotz.com")) . (:url "https://git.sr.ht/~ymherklotz/org-zettelkasten"))) (package-install 'org-zettelkasten))) (setq org-zettelkasten-directory "~/Dropbox/zk") - (setq org-zettelkasten-mapping - '((1 . "hls.org") - (2 . "computing.org") - (3 . "verification.org") - (4 . "mathematics.org") - (5 . "hardware.org") - (6 . "general.org"))) :config (org-zettelkasten-setup)) -- cgit