Speed up Nix mode and Org Agenda
This commit is contained in:
parent
e3ad628597
commit
0f6745d8aa
2
+org.el
2
+org.el
|
@ -37,3 +37,5 @@
|
|||
(add-to-list 'org-latex-packages-alist '("AUTO" "babel" t ("pdflatex")))
|
||||
;; Don't evaluate code blocks on export
|
||||
(setq org-export-use-babel nil)
|
||||
;; Speed up agenda startup
|
||||
(setq org-agenda-dim-blocked-tasks nil)
|
||||
|
|
Loading…
Reference in New Issue