summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-04-24 19:04:25 +0100
committerYann Herklotz <git@yannherklotz.com>2023-04-24 19:05:26 +0100
commitf6cb72eea99edd8c60d724a51fcf314bde491c41 (patch)
tree5aad19e9419a331bacb1f097d43d870a8a8055b2
parent02145bb456a667a399bf086b7214fcca16f933c6 (diff)
downloadymh-emacs-f6cb72eea99edd8c60d724a51fcf314bde491c41.tar.gz
ymh-emacs-f6cb72eea99edd8c60d724a51fcf314bde491c41.zip
Remove configuration for org-zettelkasten-mapping
-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))