diff --git a/emacs/init.el b/emacs/init.el index 3968b9f..48816fa 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -311,12 +311,16 @@ (evil-define-key 'normal 'global (kbd "g [") 'org-open-at-point)) (use-package org-roam + :straight (org-roam + :host github + :repo "org-roam/org-roam" + :branch "v2") :after (org) :config (setq org-roam-directory "~/org-roam") (setq org-roam-encrypt-files t) (setq org-roam-index-file "Index") - (add-hook 'after-init-hook 'org-roam-mode)) + (org-roam-setup)) (setq epa-file-encrypt-to '("anthony@anthonycicchetti.com")) ;; (use-package epa-file