Change theme to doom-vibrant and up achieve #emacs
This commit is contained in:
@ -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)
|
||||
|
||||
@ -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
Reference in New Issue
Block a user