tweak(org): remove redundant attach cmds in Org localleader
This commit is contained in:
parent
37004c1726
commit
d2bd285776
|
@ -2669,12 +2669,15 @@ There are a few useful functions Doom doesn't bind by default, so let's add them
|
|||
:localleader
|
||||
"n" #'org-num-mode
|
||||
"C" #'org-columns
|
||||
"p" #'org-priority ; Remove extraneous commands
|
||||
"g j" #'org-goto
|
||||
"c D" #'org-clock-display
|
||||
"m b f" #'org-table-eval-formula
|
||||
"m b F" #'org-table-edit-formulas
|
||||
|
||||
;; Remove extraneous commands
|
||||
"a" #'org-attach
|
||||
"p" #'org-priority
|
||||
|
||||
;; Map babel commands into localleader
|
||||
:desc "babel"
|
||||
"v" (lookup-key org-mode-map (kbd "C-c C-v")))
|
||||
|
|
Loading…
Reference in a new issue