lang/org: remove unusable localleader keybinds #2042
These commands only make sense in org-agenda-mode, specifically.
This commit is contained in:
parent
6c31968a46
commit
d3d51e32a2
1 changed files with 0 additions and 2 deletions
|
@ -676,8 +676,6 @@ between the two."
|
||||||
(:when (featurep! :completion ivy)
|
(:when (featurep! :completion ivy)
|
||||||
"g" #'counsel-org-goto
|
"g" #'counsel-org-goto
|
||||||
"G" #'counsel-org-goto-all)
|
"G" #'counsel-org-goto-all)
|
||||||
"a" #'org-agenda-goto
|
|
||||||
"A" #'org-agenda-clock-goto
|
|
||||||
"c" #'org-clock-goto
|
"c" #'org-clock-goto
|
||||||
"C" (λ! (org-clock-goto 'select))
|
"C" (λ! (org-clock-goto 'select))
|
||||||
"i" #'org-id-goto
|
"i" #'org-id-goto
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue