map!: remove buffer-local :desc properties
which-key labels are registered globally, and will not work for buffer-local keybinds. Until general is brought in, we'll have to suffer label-less localleader keybinds.
This commit is contained in:
parent
f0465f22cc
commit
cdf745e72a
6 changed files with 117 additions and 120 deletions
|
@ -361,7 +361,7 @@ between the two."
|
|||
:localleader
|
||||
:n "d" #'org-deadline
|
||||
:n "t" #'org-todo
|
||||
(:desc "clock" :prefix "c"
|
||||
(:prefix "c"
|
||||
:n "c" #'org-clock-in
|
||||
:n "C" #'org-clock-out
|
||||
:n "g" #'org-clock-goto
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue