Skip to content

Commit

Permalink
tweak(emacs): Org config
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Nov 11, 2024
1 parent 052b63c commit 2e4db93
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@

(use-package org
:custom
(org-default-notes-file "~/Documents/Notes/notes.org")
(org-agenda-files '("~/Documents/Notes/")))
(org-capture-templates
'(("t" "Todo" entry (file+headline "~/Documents/Org/todo.org" "Tasks")
"* TODO %?\n")
("n" "Note" entry (file+headline "~/Documents/Org/notes.org" "Notes")
"*%?\n")))
(org-default-notes-file "~/Documents/Org/misc.org")
(org-agenda-files '("~/Documents/Org/")))

(use-package time
:ensure nil
Expand Down

0 comments on commit 2e4db93

Please sign in to comment.