Skip to content

Commit

Permalink
tweak(denote): autoload command aliases and tweak keybindings
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 20, 2023
1 parent 02da9d2 commit 383fe1a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions modules/me-notes.el
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,16 @@

(use-package denote
:straight t
:commands denote-create-note denote-insert-link denote-show-backlinks-buffer
:init
(+map! :infix "n"
"n" #'denote-create-note
"o" #'denote-open-or-create
"j" #'denote-journal-extras-new-or-existing-entry
"J" #'denote-journal-extras-new-entry
"l" #'denote-add-links
"L" #'denote-add-missing-links
"l" #'denote-insert-link
"L" #'denote-add-links
"m" #'denote-add-missing-links
"b" #'denote-show-backlinks-buffer)
:custom
(denote-prompts '(title keywords)) ; These are the minimum viable prompts for notes
Expand Down

0 comments on commit 383fe1a

Please sign in to comment.