Adding org-auto-tangle to Doom Emacs

This commit is contained in:
Derek Taylor
2022-06-04 13:12:17 -05:00
parent 060999c0fe
commit a8bc82067a
3 changed files with 19 additions and 0 deletions

View File

@@ -521,6 +521,12 @@ List of keybindings (SPC h b b)")
(after! org-roam
(setq org-roam-directory "~/nc/Roam"))
(use-package! org-auto-tangle
:defer t
:hook (org-mode . org-auto-tangle-mode)
:config
(setq org-auto-tangle-default t))
(use-package! password-store)
(map! :leader