summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--init.el7
1 files changed, 0 insertions, 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))