summaryrefslogtreecommitdiff
path: root/tw/home/files/emacs-init.el
diff options
context:
space:
mode:
Diffstat (limited to 'tw/home/files/emacs-init.el')
-rw-r--r--tw/home/files/emacs-init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/tw/home/files/emacs-init.el b/tw/home/files/emacs-init.el
index ce386b76..947f4ed3 100644
--- a/tw/home/files/emacs-init.el
+++ b/tw/home/files/emacs-init.el
@@ -94,9 +94,11 @@
;; Look and feel
(set-face-attribute 'default nil :family "Hermit" :height 100)
+;; For some reason, Emacs doesn't detect italic support, and falls back to
+;; underlining. Stop it from doing this and use italics instead.
+(set-face-attribute 'italic nil :slant 'italic :underline nil)
(use-package catppuccin-theme
- :commands (catppuccin-reload catppuccin-get-color)
:load-path "./"
:custom
(catppuccin-flavor 'mocha "Use the darkest Catppuccin theme.")