mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/org: remove unusable localleader keybinds #2042
These commands only make sense in org-agenda-mode, specifically.
This commit is contained in:
@ -676,8 +676,6 @@ between the two."
|
||||
(:when (featurep! :completion ivy)
|
||||
"g" #'counsel-org-goto
|
||||
"G" #'counsel-org-goto-all)
|
||||
"a" #'org-agenda-goto
|
||||
"A" #'org-agenda-clock-goto
|
||||
"c" #'org-clock-goto
|
||||
"C" (λ! (org-clock-goto 'select))
|
||||
"i" #'org-id-goto
|
||||
|
Reference in New Issue
Block a user