mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Update private/hlissner init.el & bindings
This commit is contained in:
@ -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))
|
||||||
|
Reference in New Issue
Block a user