Setting an agenda file in Emacs config.

This commit is contained in:
Derek Taylor
2024-09-14 16:40:22 -05:00
parent 6861a719f4
commit be3c6c6696
2 changed files with 16 additions and 9 deletions
+3 -1
View File
@@ -517,12 +517,14 @@
(make-local-variable 'auto-hscroll-mode)
(setq auto-hscroll-mode nil)))))
(eval-after-load 'org-indent '(diminish 'org-indent-mode))
(setq org-agenda-files '("~/nc/Org/agenda.org"))
(add-hook 'org-mode-hook 'org-indent-mode)
(use-package org-bullets)
(add-hook 'org-mode-hook (lambda () (org-bullets-mode 1)))
(eval-after-load 'org-indent '(diminish 'org-indent-mode))
(custom-set-faces
'(org-level-1 ((t (:inherit outline-1 :height 1.7))))
'(org-level-2 ((t (:inherit outline-2 :height 1.6))))