From 8fb416042a6e076771bd92c77e743081c17d7615 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 5 Apr 2017 15:40:23 -0400 Subject: [PATCH] lang/org: remove non-existent hook --- modules/lang/org/+notebook.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/org/+notebook.el b/modules/lang/org/+notebook.el index 605122489..5bb9c1da9 100644 --- a/modules/lang/org/+notebook.el +++ b/modules/lang/org/+notebook.el @@ -5,7 +5,7 @@ ;; can be accessed via `+org/browse-notes-for-major-mode' and ;; `+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/") "The directory where the notes are kept.")