emacs: Fix font configuration
This commit is contained in:
parent
68b35c2536
commit
4d5c3bb3bd
1 changed files with 2 additions and 2 deletions
|
@ -395,11 +395,11 @@ I prefer the [[https://draculatheme.com][dracula theme]]
|
||||||
Use Iosevka as font.
|
Use Iosevka as font.
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(add-to-list 'default-frame-alist `(font . ,(format "%s=%d:weight=%s:width=%s"
|
(add-to-list 'default-frame-alist `(font . ,(format "%s-%d:weight=%s:width=%s"
|
||||||
my/default-font
|
my/default-font
|
||||||
my/default-font-height
|
my/default-font-height
|
||||||
my/default-font-weight
|
my/default-font-weight
|
||||||
my/default-font-height)))
|
my/default-font-width)))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
#+begin_src emacs-lisp :tangle no
|
#+begin_src emacs-lisp :tangle no
|
||||||
|
|
Loading…
Reference in a new issue