commit 91b67fcfba2a425a4476860b980b730af0af6515 parent 0f879d1dd889454aa7a19ad513eeb616062505d9 Author: Silas Brack <silasbrack@gmail.com> Date: Sun, 19 Jul 2026 09:45:11 +0200 gaia: fix emacs init.el for orgmode Diffstat:
| M | hosts/gaia/init.el | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hosts/gaia/init.el b/hosts/gaia/init.el @@ -8,7 +8,7 @@ (pending-delete-mode 1) (setq undo-tree-auto-save-history t) -(setq org-agenda-files '("~/notes/work/daily.org" "~/notes/orgmode/books.org")) +(setq org-agenda-files '("~/notes/work/daily.org" "~/notes/books.org")) ;; Appearance (load-theme 'modus-operandi-tinted)