summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-05-12 22:38:01 -0500
committerCase Duckworth2022-05-12 22:38:01 -0500
commit97bbe5e3225def2e39a9d109620d62b1841ad5be (patch)
tree22b55a1b5070f9d3a40ff24e14501349bb0206e7 /init.el
parentModeline stuff! (diff)
downloademacs-97bbe5e3225def2e39a9d109620d62b1841ad5be.tar.gz
emacs-97bbe5e3225def2e39a9d109620d62b1841ad5be.zip
Inhibit org-mode-hook in org-agenda
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el index 73f5685..c511871 100644 --- a/init.el +++ b/init.el
@@ -571,6 +571,7 @@
571 (setq load-path 571 (setq load-path
572 (cl-remove-if (lambda (path) (string-match-p "lisp/org\\'" path)) load-path)) 572 (cl-remove-if (lambda (path) (string-match-p "lisp/org\\'" path)) load-path))
573 (:also-load +org) 573 (:also-load +org)
574 (with-eval-after-load '+org (+org-agenda-inhibit-hooks-mode +1))
574 (:option org-adapt-indentation nil 575 (:option org-adapt-indentation nil
575 org-auto-align-tags t 576 org-auto-align-tags t
576 org-archive-mark-done t 577 org-archive-mark-done t