Update private/hlissner init.el & bindings

This commit is contained in:
Henrik Lissner 2017-06-29 16:18:47 +02:00
parent cca37f2508
commit 69f963013b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 4 additions and 4 deletions

View file

@ -11,9 +11,9 @@
(pcase (system-name)
("proteus"
(setq +doom-modeline-height 25
+doom-font (font-spec :family "Fira Mono" :size 10)
+doom-variable-pitch-font (font-spec :family "Fira Sans" :size 10)
+doom-unicode-font (font-spec :family "DejaVu Sans Mono" :size 10)
doom-font (font-spec :family "Fira Mono" :size 10)
doom-variable-pitch-font (font-spec :family "Fira Sans" :size 10)
doom-unicode-font (font-spec :family "DejaVu Sans Mono" :size 10)
doom-line-number-lpad 3))
("halimede"
(setq +doom-modeline-height 27))