diff options
Diffstat (limited to '.emacs.d/modules')
-rw-r--r-- | .emacs.d/modules/thanos-mu4e.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.emacs.d/modules/thanos-mu4e.el b/.emacs.d/modules/thanos-mu4e.el index c1fffd0..e108ade 100644 --- a/.emacs.d/modules/thanos-mu4e.el +++ b/.emacs.d/modules/thanos-mu4e.el @@ -130,6 +130,9 @@ ("crun checkpatch script" . my-mu4e-action-run-check-patch) ("MCheck if merged" . my-mu4e-action-check-if-merged))))) +(add-hook 'mu4e-main-mode-hook #'(lambda () + (display-line-numbers-mode -1))) + (require 'mu4e-alert) (mu4e-alert-enable-mode-line-display) |