mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fix(mu4e): only bind h
when workspaces
loaded
This commit is contained in:
committed by
Henrik Lissner
parent
4ea5bbcc9c
commit
d49693da91
@ -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)
|
||||
|
Reference in New Issue
Block a user