Emacs: Change font size

This commit is contained in:
Marcel Kapfer (mmk2410) 2017-03-28 11:59:26 +02:00
parent 55937d9c13
commit 6443de089d
3 changed files with 10 additions and 3 deletions

View file

@ -70,6 +70,9 @@
;; nitrogen (wallpaper)
(run-shell-command "nitrogen --restore")
;; keepassxc
(run-shell-command "keepassxc ~/ownCloud/2016-10.kdbx")
;; message window font
(set-font "11Hermit")
@ -158,3 +161,4 @@
(focus-all win)
(unless (eq frame old-frame)
(show-frame-indicator group))))