mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
private/default: SPC X = org-capture (prompts for template) #407
This commit is contained in:
@ -76,7 +76,7 @@
|
||||
:desc "Ex command" :nv ";" #'evil-ex
|
||||
:desc "M-x" :nv ":" #'execute-extended-command
|
||||
:desc "Pop up scratch buffer" :nv "x" #'doom/open-scratch-buffer
|
||||
:desc "Org Capture" :nv "X" #'+org-capture/open
|
||||
:desc "Org Capture" :nv "X" #'org-capture
|
||||
|
||||
;; Most commonly used
|
||||
:desc "Find file in project" :n "SPC" #'projectile-find-file
|
||||
|
Reference in New Issue
Block a user