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

@ -191,7 +191,7 @@
(:desc "help" :prefix "h" (:desc "help" :prefix "h"
:n "h" help-map :n "h" help-map
:desc "Apropos" :n "a" #'apropos :desc "Apropos" :n "a" #'apropos
:desc "Reload theme" :n "R" #'+doom/reset-theme :desc "Reload theme" :n "R" #'doom/reload-theme
:desc "Find library" :n "l" #'find-library :desc "Find library" :n "l" #'find-library
:desc "Toggle Emacs log" :n "m" #'doom/popup-toggle-messages :desc "Toggle Emacs log" :n "m" #'doom/popup-toggle-messages
:desc "Command log" :n "L" #'global-command-log-mode :desc "Command log" :n "L" #'global-command-log-mode

View file

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