lang/org: remove non-existent hook

This commit is contained in:
Henrik Lissner 2017-04-05 15:40:23 -04:00
parent e1d4ed6b88
commit 8fb416042a

View file

@ -5,7 +5,7 @@
;; can be accessed via `+org/browse-notes-for-major-mode' and ;; can be accessed via `+org/browse-notes-for-major-mode' and
;; `+org/browse-notes-for-project'. ;; `+org/browse-notes-for-project'.
(add-hook '+org-init-hook '+org|init-notebook t) ;; (add-hook '+org-init-hook '+org|init-notebook t)
(defvar +org-notes-dir (concat +org-dir "notes/") (defvar +org-notes-dir (concat +org-dir "notes/")
"The directory where the notes are kept.") "The directory where the notes are kept.")