Enable doom-modeline mu4e and github notifications

This commit is contained in:
Evie Litherland-Smith 2023-12-14 10:59:57 +00:00
parent fbfdb395af
commit 1b7241925d

View file

@ -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