diff --git a/config.org b/config.org index 40f1232..369d7c0 100644 --- a/config.org +++ b/config.org @@ -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")))