diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2024-07-14 11:08:42 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2024-07-14 11:08:42 +0100 |
| commit | 6f1a4d035aaa084fdc3ba844df8cee0faf51e91a (patch) | |
| tree | 687a7298d0be536b70529ec14e059cd50ffee2ef /dotfiles-darwin | |
| parent | 4ef357ebc849bdda3b8483e3ec3930a072eea4aa (diff) | |
emacs: Experiment with Org-roam
Diffstat (limited to 'dotfiles-darwin')
| -rw-r--r-- | dotfiles-darwin/emacs/init.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dotfiles-darwin/emacs/init.el b/dotfiles-darwin/emacs/init.el index c400d54..2c55404 100644 --- a/dotfiles-darwin/emacs/init.el +++ b/dotfiles-darwin/emacs/init.el @@ -7,6 +7,13 @@ (setq insert-directory-program "gls")) +;; Org + +(use-package org-roam + :defer t + :custom (org-roam-directory "~/Documents/ZK/")) + + ;; Theme Management (when (or window-system (daemonp)) |
