Add SPC m {#,*,+} org keybinds

This commit is contained in:
Henrik Lissner 2020-04-24 02:08:09 -04:00
parent b40d85e9b2
commit e8cd7b5404
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -580,7 +580,10 @@ between the two."
[remap doom/forward-to-last-non-comment-or-eol] #'org-end-of-line
:localleader
"#" #'org-update-statistics-cookies
"'" #'org-edit-special
"*" #'org-ctrl-c-star
"+" #'org-ctrl-c-minus
"," #'org-switchb
"." #'org-goto
(:when (featurep! :completion ivy)