Update Emacs font
This commit is contained in:
parent
534bf76e28
commit
23458e9515
1 changed files with 3 additions and 3 deletions
|
@ -387,7 +387,7 @@
|
||||||
like so:
|
like so:
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp :tangle no
|
#+BEGIN_SRC emacs-lisp :tangle no
|
||||||
(set-frame-font "Fantasque Sans Mono-13" nil t)
|
(set-frame-font "Fantasque Sans Mono-15" nil t)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
However, this doesn't work when running Emacs as a Daemon. You
|
However, this doesn't work when running Emacs as a Daemon. You
|
||||||
|
@ -397,14 +397,14 @@
|
||||||
|
|
||||||
#+NAME: default-frame-font
|
#+NAME: default-frame-font
|
||||||
#+BEGIN_SRC emacs-lisp :tangle no
|
#+BEGIN_SRC emacs-lisp :tangle no
|
||||||
(font . "Fantasque Sans Mono-13")
|
(font . "Fantasque Sans Mono-15")
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
I also do this in my =.Xdefaults= as those settings are applied
|
I also do this in my =.Xdefaults= as those settings are applied
|
||||||
sooner.
|
sooner.
|
||||||
|
|
||||||
#+BEGIN_SRC conf-xdefaults :tangle no
|
#+BEGIN_SRC conf-xdefaults :tangle no
|
||||||
Emacs.font: Fantasque Sans Mono-13
|
Emacs.font: Fantasque Sans Mono-15
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
*** Hide the scroll bar
|
*** Hide the scroll bar
|
||||||
|
|
Loading…
Reference in a new issue