Update bindings for renamed org-capture commands #213
This commit is contained in:
parent
f32c556257
commit
b628284db9
1 changed files with 2 additions and 2 deletions
|
@ -79,7 +79,7 @@
|
|||
:desc "Ex command" :nv ";" #'evil-ex
|
||||
:desc "M-x" :nv ":" #'execute-extended-command
|
||||
:desc "Pop up scratch buffer" :nv "x" #'doom/scratch-buffer
|
||||
:desc "Org Capture" :nv "X" #'+org-capture/dwim
|
||||
:desc "Org Capture" :nv "X" #'+org-capture/open
|
||||
|
||||
;; Most commonly used
|
||||
:desc "Find file in project" :n "SPC" #'projectile-find-file
|
||||
|
@ -226,7 +226,7 @@
|
|||
(:desc "notes" :prefix "n"
|
||||
:desc "Find file in notes" :n "n" #'+hlissner/find-in-notes
|
||||
:desc "Browse notes" :n "N" #'+hlissner/browse-notes
|
||||
:desc "Org capture" :n "x" #'+org-capture/dwim
|
||||
:desc "Org capture" :n "x" #'+org-capture/open
|
||||
:desc "Browse mode notes" :n "m" #'+org/browse-notes-for-major-mode
|
||||
:desc "Browse project notes" :n "p" #'+org/browse-notes-for-project)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue