fix(mu4e): only bind h
when workspaces
loaded
This commit is contained in:
parent
4ea5bbcc9c
commit
d49693da91
1 changed files with 3 additions and 2 deletions
|
@ -193,8 +193,9 @@
|
|||
(when (fboundp 'imagemagick-register-types)
|
||||
(imagemagick-register-types))
|
||||
|
||||
(map! :map mu4e-main-mode-map
|
||||
:ne "h" #'+workspace/other)
|
||||
(when (featurep! :ui workspaces)
|
||||
(map! :map mu4e-main-mode-map
|
||||
:ne "h" #'+workspace/other))
|
||||
|
||||
(map! :map mu4e-headers-mode-map
|
||||
:vne "l" #'+mu4e/capture-msg-to-agenda)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue