Updates to emacs config to fix file syncing issues

This commit is contained in:
Random936
2024-12-08 19:19:33 -08:00
parent d23b2454d4
commit cc9c369ef2
4 changed files with 15 additions and 1 deletions

View File

@@ -175,7 +175,8 @@ Org-roam is a plain-text knowledge management system. It brings some of Roam's m
("C-c n i" . org-roam-node-insert)
("C-c n c" . org-roam-capture)
("C-c n o" . org-id-get-create)
("C-c n t" . jm/org-roam-capture-today))
("C-c n t" . jm/org-roam-capture-today)
("C-c n r" . jm/org-roam-refresh-agenda-list))
:config
;; Config for org-roam capture templates.
(setq jm/org-roam-templates-directory (expand-file-name "templates" org-roam-directory)