Updates Emacs config to specify font size
This commit is contained in:
parent
24f25f17c1
commit
5c6b3d55d9
1 changed files with 1 additions and 1 deletions
|
@ -625,7 +625,7 @@
|
||||||
(setq-default indent-tabs-mode nil)
|
(setq-default indent-tabs-mode nil)
|
||||||
|
|
||||||
;; Change font settings
|
;; Change font settings
|
||||||
(add-to-list 'default-frame-alist '(font . "Menlo"))
|
(add-to-list 'default-frame-alist '(font . "Menlo-10"))
|
||||||
|
|
||||||
|
|
||||||
;; Force save buffers
|
;; Force save buffers
|
||||||
|
|
Loading…
Reference in a new issue