Compare commits

..

No commits in common. "5218d02b6e307d170b1fe02f5f947ed07d230200" and "5107a61e8e1f6ad27760a324173b5ada3845775b" have entirely different histories.

2 changed files with 15 additions and 0 deletions

View file

@ -418,6 +418,10 @@ Configure email with iCalendar event support, to integrate with
(setq mail-user-agent 'mu4e-user-agent
read-mail-command 'mu4e)
(use-package mm-decode
:custom
(mm-discouraged-alternatives '("text/html")))
(use-package mu4e
:if (package-installed-p 'mu4e)
:bind

11
iosevka-theme.el Normal file
View file

@ -0,0 +1,11 @@
(deftheme iosevka
"Use customised variants of Iosevka font")
(custom-theme-set-faces
'iosevka
'(default ((t (:family "IosevkaCustomNerdFont" :height 120))))
'(fixed-pitch ((t (:family "IosevkaCustomNerdFont"))))
'(fixed-pitch-serif ((t (:family "IosevkaCustomNerdFont"))))
'(variable-pitch ((t (:family "Iosevka Custom Aile")))))
(provide-theme 'iosevka)