From f115e70b115e8f0c6380c5917a9649e5b2545444 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 7 Mar 2021 04:05:53 +0000 Subject: jao-org-notes: fix for capture template and keybindings --- org.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'org.org') 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 -- cgit v1.2.3