Add nim to #emacs and console theme!

This commit is contained in:
Colin Powell
2019-09-26 17:27:59 -04:00
parent 6db8fbdf18
commit 0214626764
2 changed files with 51 additions and 3 deletions

View File

@ -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