Minor, general comment revision

This commit is contained in:
Henrik Lissner 2018-09-27 23:04:16 -04:00
parent 29ad900c1f
commit 078e3028a6
5 changed files with 11 additions and 6 deletions

View file

@ -446,6 +446,7 @@ conditions where a window's buffer hasn't changed at the time this hook is run."
:config
(add-hook 'kill-emacs-hook #'org-clock-save))
;;
;; In case org has already been loaded (or you're running `doom/reload')
(when (featurep 'org)
(run-hooks 'org-load-hook))