mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: update fontaine 'small' preset
This commit is contained in:
parent
b7dd5ac37b
commit
ec079866b3
|
|
@ -210,9 +210,10 @@
|
|||
|
||||
(setq fontaine-presets
|
||||
'((small
|
||||
:default-family "Iosevka Comfy Motion"
|
||||
:default-family "Iosevka Comfy Wide Motion"
|
||||
:default-height 80
|
||||
:variable-pitch-family "Iosevka Comfy Duo")
|
||||
:fixed-pitch-family "Iosevka Comfy Wide Motion"
|
||||
:variable-pitch-family "Iosevka Comfy Wide Duo")
|
||||
(regular) ; like this it uses all the fallback values and is named `regular'
|
||||
(medium
|
||||
:default-weight semilight
|
||||
|
|
|
|||
|
|
@ -2050,9 +2050,10 @@ The next section defines some complementary functionality
|
|||
|
||||
(setq fontaine-presets
|
||||
'((small
|
||||
:default-family "Iosevka Comfy Motion"
|
||||
:default-family "Iosevka Comfy Wide Motion"
|
||||
:default-height 80
|
||||
:variable-pitch-family "Iosevka Comfy Duo")
|
||||
:fixed-pitch-family "Iosevka Comfy Wide Motion"
|
||||
:variable-pitch-family "Iosevka Comfy Wide Duo")
|
||||
(regular) ; like this it uses all the fallback values and is named `regular'
|
||||
(medium
|
||||
:default-weight semilight
|
||||
|
|
|
|||
Loading…
Reference in a new issue