summary refs log tree commit diff stats
path: root/lisp/+org.el
diff options
context:
space:
mode:
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