Add nim to #emacs and console theme!
This commit is contained in:
@ -20,13 +20,17 @@
|
||||
|
||||
(pcase (system-name)
|
||||
("prometheus"
|
||||
(font-put doom-font :size 12)
|
||||
(font-put doom-font :size 14)
|
||||
(font-put doom-big-font :size 20)) ; smaller display
|
||||
("triton"
|
||||
;; I've swapped these keys on my keyboard
|
||||
(setq x-super-keysym 'meta
|
||||
x-meta-keysym 'super)))
|
||||
|
||||
(if (display-graphic-p)
|
||||
(setq doom-theme 'doom-outrun-electric)
|
||||
(setq doom-theme 'manoj-dark))
|
||||
|
||||
(set-frame-parameter nil 'internal-border-width 10)
|
||||
|
||||
(when IS-MAC
|
||||
|
||||
Reference in New Issue
Block a user