tweak(org): remove redundant attach cmds in Org localleader

This commit is contained in:
Kiana Sheibani 2024-08-14 04:59:56 -04:00
parent 37004c1726
commit d2bd285776
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -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")))