Minor edits.

This commit is contained in:
Derek Taylor
2021-11-18 10:04:20 -06:00
parent ebb001f88b
commit c59ed4245e
2 changed files with 2 additions and 0 deletions

View File

@@ -358,6 +358,7 @@
:publishing-function org-publish-attachment)
))
(remove-hook 'find-file-hook #'+org-roam-open-buffer-on-find-file)
(after! org-roam
(setq org-roam-directory "~/nc/Roam"))

View File

@@ -683,6 +683,7 @@ We need ox-man for "Org eXporting" to manpage format and ox-gemini for exporting
| org-roam-dailies-find-yesterday | org roam dailies find yesterday | SPC n r d y |
#+begin_src emacs-lisp
(remove-hook 'find-file-hook #'+org-roam-open-buffer-on-find-file)
(after! org-roam
(setq org-roam-directory "~/nc/Roam"))
#+end_src