summary refs log tree commit diff stats
path: root/lisp/+org.el
diff options
context:
space:
mode:
authorCase Duckworth2022-05-23 20:12:53 -0500
committerCase Duckworth2022-05-23 20:12:59 -0500
commitdd3afe747ecf51f87d33318c2ad68953d153495f (patch)
treec364d2c59741f68bb3f51e8a28f84a2a9712fd37 /lisp/+org.el
parentAdd timers (diff)
downloademacs-dd3afe747ecf51f87d33318c2ad68953d153495f.tar.gz
emacs-dd3afe747ecf51f87d33318c2ad68953d153495f.zip
meh
Diffstat (limited to 'lisp/+org.el')
-rw-r--r--lisp/+org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/+org.el b/lisp/+org.el index 89ed483..6b93a7a 100644 --- a/lisp/+org.el +++ b/lisp/+org.el
@@ -669,7 +669,7 @@ and POST-PROCESS are passed to `org-export-to-file'."
669 "Advice to run `org-mode-hook' when entering org-mode. 669 "Advice to run `org-mode-hook' when entering org-mode.
670This should only fire when switching to a buffer from `org-agenda'." 670This should only fire when switching to a buffer from `org-agenda'."
671 (unless +org-hook-has-run-p 671 (unless +org-hook-has-run-p
672 (run-hooks 'org-mode-hook) 672 (run-mode-hooks 'org-mode-hook)
673 (setq +org-hook-has-run-p t))) 673 (setq +org-hook-has-run-p t)))
674 674
675(define-minor-mode +org-agenda-inhibit-hooks-mode 675(define-minor-mode +org-agenda-inhibit-hooks-mode