From 66b41619f406b74b2c08d0719ff2d14314e3e81a Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sat, 29 Aug 2026 14:28:56 +0100 Subject: Add Iosevka configuration --- emacs/init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'emacs') 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.") -- cgit v1.3.1