forked from colonelpanic/dotfiles
[Emacs] Add explicit antialias to font
This commit is contained in:
parent
5269bfa9e2
commit
1b0a14fbcc
@ -5072,7 +5072,7 @@ load-theme hook (See the heading below).
|
||||
** Set Font
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(add-to-list 'default-frame-alist
|
||||
'(font . "Source Code Pro-10:weight=semi-bold"))
|
||||
'(font . "Source Code Pro-10:weight=semi-bold:antialias=true"))
|
||||
#+END_SRC
|
||||
** imalison:appearance
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
Loading…
Reference in New Issue
Block a user