summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorGrégoire Duchêne <gregoire@awhk.org>2026-08-29 14:28:56 +0100
committerGrégoire Duchêne <gregoire@awhk.org>2026-08-29 14:28:56 +0100
commit66b41619f406b74b2c08d0719ff2d14314e3e81a (patch)
tree3c02043b737c78f20df646fb5f17e283a5be6553 /emacs
parent51ef731881fe42b5e97a3a014f9253c14eec5c3f (diff)
Add Iosevka configuration
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 05a0acf..cf4eae7 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -111,9 +111,8 @@
;; Theme Management
(defconst my/fonts
- '((:family "Iosevka Fixed Slab" :height 140)
+ '((:family "Iosevka Baguette" :height 140)
(:family "Iosevka SS04" :height 140)
- (:family "Iosevka" :height 140)
(:family "Menlo" :height 120))
"Fonts to try as default.")