From ff393cd737e944663975bc446be8105bd438c69d Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 3 Mar 2021 02:33:29 +0000 Subject: jao-org-notes-insert-link --- org.org | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'org.org') diff --git a/org.org b/org.org index 725049d..0e300ec 100644 --- a/org.org +++ b/org.org @@ -211,8 +211,15 @@ * Notes #+begin_src emacs-lisp (use-package jao-org-notes - :config (jao-org-notes-setup "n") - :bind (("C-c n" . jao-org-notes-consult) + :config + (jao-org-notes-setup "n") + (major-mode-hydra-define+ org-mode () + ("Notes" + (("i" jao-org-notes-insert-link "insert link") + ("o" jao-org-notes-open "find and open note") + ("c" jao-org-notes-open-or-create "open or create note") + ("v" jao-org-notes-backlinks "show backlinks")))) + :bind (("C-c n" . jao-org-notes-open-or-create) ("C-c N" . jao-org-notes-open))) #+end_src * Links @@ -225,8 +232,7 @@ (require 'ol-docview nil t) (require 'ol-info nil t) - (setq org-link-abbrev-alist - '(("jao.io" "https://jao.io/"))) + (setq org-link-abbrev-alist '(("jao.io" "https://jao.io/"))) #+end_src * jao-org #+begin_src emacs-lisp -- cgit v1.2.3