Change theme to doom-vibrant and up achieve #emacs

This commit is contained in:
Colin Powell
2019-11-06 12:21:43 -05:00
parent 4f4766ca58
commit 428ffd7e2a
3 changed files with 9 additions and 24 deletions

View File

@ -78,17 +78,13 @@
("@work" . ?w)
("@family" . ?m))
org-modules '(org-annotate-file
org-collector
org-contacts
org-modules '(ol-eshell
ol-notmuch
ob-eval
ob-exp
ob-http
org-drill
org-eval
org-expiry
org-habit
org-id
org-notify
org-panel
org-toc)
org-id)
; refile targets
org-refile-targets '(("~/org/today.org" :maxlevel . 2)

View File

@ -13,24 +13,13 @@
(setq doom-theme 'wombat)
(if (display-graphic-p)
(setq doom-theme 'doom-vibrant))
(setq doom-theme 'doom-peacock))
;; Fonts
(setq doom-font (font-spec :family "IBM Plex Mono" :size 14))
(setq doom-big-font (font-spec :family "IBM Plex Mono" :size 21))
;; Host-specific config
(pcase (system-name)
("prometheus"
(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)))
(set-frame-parameter nil 'internal-border-width 12)
;;

File diff suppressed because one or more lines are too long