Adding Org-capture functionality for proper note taking.

This commit is contained in:
Derek Taylor
2026-03-14 17:27:34 -05:00
parent 139f79b5ec
commit 9b710a3429
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -569,7 +569,7 @@
(setq org-directory "~/nc/Org/")
(setq org-agenda-files '(concat org-directory "/agenda.org"))
(setq org-agenda-files (list (concat org-directory "agenda.org")))
;; Defines the global fallback destination for all your Org notes.
(setq org-default-notes-file (concat org-directory "/notes.org"))