Compare commits
2 commits
5107a61e8e
...
5218d02b6e
Author | SHA1 | Date | |
---|---|---|---|
Evie Litherland-Smith | 5218d02b6e | ||
Evie Litherland-Smith | 86be44976e |
|
@ -418,10 +418,6 @@ Configure email with iCalendar event support, to integrate with
|
||||||
(setq mail-user-agent 'mu4e-user-agent
|
(setq mail-user-agent 'mu4e-user-agent
|
||||||
read-mail-command 'mu4e)
|
read-mail-command 'mu4e)
|
||||||
|
|
||||||
(use-package mm-decode
|
|
||||||
:custom
|
|
||||||
(mm-discouraged-alternatives '("text/html")))
|
|
||||||
|
|
||||||
(use-package mu4e
|
(use-package mu4e
|
||||||
:if (package-installed-p 'mu4e)
|
:if (package-installed-p 'mu4e)
|
||||||
:bind
|
:bind
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
(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)
|
|
Loading…
Reference in a new issue