branch: externals/ergoemacs-mode
commit a5d46653fd3a521276630c81bf75d3e8d224e5cb
Author: Fidler <[email protected]>
Commit: Fidler <[email protected]>
Remove emojify-emojify-mode-line mu4e-update-mail-and-index from modify
---
ergoemacs-map-properties.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ergoemacs-map-properties.el b/ergoemacs-map-properties.el
index 87f4d0d..b8717e8 100644
--- a/ergoemacs-map-properties.el
+++ b/ergoemacs-map-properties.el
@@ -438,7 +438,7 @@ Save information about what HOOK is running function FN."
(defvar ergoemacs-map-properties--modify-run-mode-hooks-excluded
- '(font-lock-mode-hook)
+ '(font-lock-mode-hook emojify-emojify-mode-line mu4e-update-mail-and-index)
"List of hooks where keymaps should not be modified.")
(defun ergoemacs-map-properties--modify-run-mode-hooks-p (hook)