[emacs] Scale zog fonts in user-init instead of user-config

This commit is contained in:
Sebastian Schulze 2018-08-10 22:41:43 +02:00
parent 32bca83f85
commit 130ea06d62
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 3 additions and 0 deletions

View File

@ -349,6 +349,9 @@ executes.
This function is mostly useful for variables that need to be set
before packages are loaded. If you are unsure, you should try in setting them in
`dotspacemacs/user-config' first."
; Scale up fonts for non-hdpi display
(if (equal (car (split-string (system-name) "\\.")) "zog")
(set-face-attribute 'default nil :height 120))
)
(defun dotspacemacs/user-config ()