mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Add SPC m {#,*,+} org keybinds
This commit is contained in:
@ -580,7 +580,10 @@ between the two."
|
|||||||
[remap doom/forward-to-last-non-comment-or-eol] #'org-end-of-line
|
[remap doom/forward-to-last-non-comment-or-eol] #'org-end-of-line
|
||||||
|
|
||||||
:localleader
|
:localleader
|
||||||
|
"#" #'org-update-statistics-cookies
|
||||||
"'" #'org-edit-special
|
"'" #'org-edit-special
|
||||||
|
"*" #'org-ctrl-c-star
|
||||||
|
"+" #'org-ctrl-c-minus
|
||||||
"," #'org-switchb
|
"," #'org-switchb
|
||||||
"." #'org-goto
|
"." #'org-goto
|
||||||
(:when (featurep! :completion ivy)
|
(:when (featurep! :completion ivy)
|
||||||
|
Reference in New Issue
Block a user