diff --git a/README.org b/README.org index be8136b..a862560 100644 --- a/README.org +++ b/README.org @@ -322,6 +322,8 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia :ensure t :custom (doom-modeline-icon t) + (doom-modeline-mu4e t) + (doom-modeline-github t) (doom-modeline-env-version nil) (doom-modeline-buffer-file-name-style 'file-name) (doom-modeline-buffer-encoding 'nondefault) @@ -1085,7 +1087,6 @@ Set fill column to 88 and enable display in python buffers :prompt "*something" :action (mu4e-error "No action for deferred mark")))) (require 'mu4e-org) - (mu4e-modeline-mode) (setq mu4e-contexts (list (make-mu4e-context @@ -1125,7 +1126,7 @@ Set fill column to 88 and enable display in python buffers :config (mu4e-alert-set-default-style 'libnotify) (mu4e-alert-enable-notifications) - (mu4e-alert-disable-mode-line-display)) + (mu4e-alert-enable-mode-line-display)) #+END_SRC