Skip to content

Commit

Permalink
tweak(emacs): org: improve defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Aug 26, 2024
1 parent e51f519 commit a3dd578
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@

(setq-default tab-width 4)

(use-package org
:custom
(org-default-notes-file "~/Documents/Notes/notes.org")
(org-agenda-files '("~/Documents/Notes/")))

(use-package calendar
:ensure nil
:custom
Expand Down

0 comments on commit a3dd578

Please sign in to comment.