emacs: try to speed up org-agenda

This commit is contained in:
Payas Relekar 2023-09-18 11:03:39 +05:30
parent 1b756eabe3
commit 25b3308213

View file

@ -433,7 +433,12 @@ As such, relying on imperative config evaluation can turn into gotchas. While th
org-footnote-auto-label t
org-footnote-auto-adjust t
org-md-toplevel-hlevel 2
org-use-speed-commands t)
org-use-speed-commands t
;; org-agenda performance optimizations
org-agenda-dim-blocked-tasks nil
org-agenda-use-tag-inheritance nil
org-agenda-ignore-properties '(effort appt stats category))
(remove-hook 'org-tab-first-hook #'+org-cycle-only-current-subtree-h)
(add-to-list 'org-capture-templates
'("m" "mail-reminder" entry (file+headline "~/org/inbox.org" "Mails")