private/hlissner: general update

This commit is contained in:
Henrik Lissner 2017-08-06 16:29:33 +02:00
parent 6cb14cd961
commit a76693c7e2
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 12 additions and 8 deletions

View file

@ -65,6 +65,7 @@
"C-M-f" #'doom/toggle-fullscreen
:m "A-j" #'+hlissner:multi-next-line
:m "A-k" #'+hlissner:multi-previous-line
:nv "C-SPC" #'+evil:fold-toggle
(:prefix "C-x"
"p" #'doom/other-popup)

View file

@ -7,16 +7,19 @@
user-mail-address "henrik@lissner.net"
user-full-name "Henrik Lissner")
;; An extra measure to prevent the flash of unstyled mode-line while Emacs is
;; booting up (when Doom is byte-compiled).
(setq-default mode-line-format nil)
;; host-specific settings
(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-line-number-lpad 3))
("halimede"
(setq +doom-modeline-height 27))
;; ("triton")
((or "proteus" "halimede")
;; smaller screen, smaller fonts
(set! :font "Fira Mono" :size 10)
(set! :variable-font "Fira Sans" :size 10)
(set! :unicode-font "DejaVu Sans Mono" :size 10)
(setq +doom-modeline-height 25))
;; ("nereid")
;; ("io")
;; ("sao")