Update private/hlissner init.el & bindings
This commit is contained in:
parent
cca37f2508
commit
69f963013b
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
|
@ -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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue