diff options
| author | Grégoire Duchêne <gregoire@awhk.org> | 2026-08-29 14:28:56 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gregoire@awhk.org> | 2026-08-29 14:28:56 +0100 |
| commit | 66b41619f406b74b2c08d0719ff2d14314e3e81a (patch) | |
| tree | 3c02043b737c78f20df646fb5f17e283a5be6553 /emacs | |
| parent | 51ef731881fe42b5e97a3a014f9253c14eec5c3f (diff) | |
Add Iosevka configuration
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/init.el | 3 |
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.") |
