summaryrefslogtreecommitdiffhomepage
path: root/org.org
diff options
context:
space:
mode:
Diffstat (limited to 'org.org')
-rw-r--r--org.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.org b/org.org
index 0e300ec..993c6b3 100644
--- a/org.org
+++ b/org.org
@@ -211,8 +211,8 @@
* Notes
#+begin_src emacs-lisp
(use-package jao-org-notes
+ :commands (jao-org-notes-setup)
:config
- (jao-org-notes-setup "n")
(major-mode-hydra-define+ org-mode ()
("Notes"
(("i" jao-org-notes-insert-link "insert link")
@@ -221,6 +221,7 @@
("v" jao-org-notes-backlinks "show backlinks"))))
:bind (("C-c n" . jao-org-notes-open-or-create)
("C-c N" . jao-org-notes-open)))
+ (jao-org-notes-setup "n")
#+end_src
* Links
#+begin_src emacs-lisp