Emacs: Default to 12 point font

master
Pierre Neidhardt 2018-05-17 17:19:37 +02:00
parent 2293340a50
commit bb8e83478a
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
;;; Font size
(when (fboundp 'tool-bar-mode)
;; (set-face-attribute 'default nil :height 100)
(add-to-list 'default-frame-alist '(font . "DejaVu Sans Mono-10")))
(add-to-list 'default-frame-alist '(font . "DejaVu Sans Mono-12")))
;;; More readable but more space consuming; try on big screens.
;; (setq-default line-spacing 1)