From d459cb733ee1fd9a6b51e83056959768cc2e14f6 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Wed, 25 Jan 2023 07:42:35 -0800 Subject: emacs: use org-modern --- .emacs.local.d/modes/org.el | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.emacs.local.d/modes') diff --git a/.emacs.local.d/modes/org.el b/.emacs.local.d/modes/org.el index d1939f9..067c9d7 100644 --- a/.emacs.local.d/modes/org.el +++ b/.emacs.local.d/modes/org.el @@ -1,9 +1,12 @@ ;; Debian packages: elpa-org elpa-org-bullets +;; Elpa packages: org-modern (require 'org-capture) (require 'org-protocol) (require 'org-habit) (require 'org-bullets) +(require 'org-modern) + ;; -------- ;; Org mode ;; -------- @@ -568,3 +571,7 @@ as the default task." ; For tag searches ignore tasks with scheduled and deadline dates (setq org-agenda-tags-todo-honor-ignore-options t) + +;; org-modern +(add-hook 'org-mode-hook 'org-modern-mode) +(add-hook 'org-agenda-finalize-hook #'org-modern-agenda) -- cgit v1.2.3