mu4e: remove keybindings from mu4e-context-minor-mode
They interfered with the major modes (in particular the undefine hack needed in mu4e-compose). Fixes #2402.
This commit is contained in:
@ -329,11 +329,7 @@ buffers; lets remap its faces so it uses the ones for mu4e."
|
||||
\\{message-mode-map}."
|
||||
(progn
|
||||
(use-local-map mu4e-compose-mode-map)
|
||||
|
||||
(mu4e-context-minor-mode)
|
||||
(define-key mu4e-context-minor-mode-map (kbd ";") nil)
|
||||
(define-key mu4e-context-minor-mode-map (kbd "C-c C-;")
|
||||
#'mu4e-compose-context-switch)
|
||||
|
||||
(set (make-local-variable 'message-signature) mu4e-compose-signature)
|
||||
;; set this to allow mu4e to work when gnus-agent is unplugged in gnus
|
||||
|
||||
Reference in New Issue
Block a user