Change theme to doom-vibrant and up achieve #emacs
This commit is contained in:
@ -78,17 +78,13 @@
|
|||||||
("@work" . ?w)
|
("@work" . ?w)
|
||||||
("@family" . ?m))
|
("@family" . ?m))
|
||||||
|
|
||||||
org-modules '(org-annotate-file
|
org-modules '(ol-eshell
|
||||||
org-collector
|
ol-notmuch
|
||||||
org-contacts
|
ob-eval
|
||||||
|
ob-exp
|
||||||
|
ob-http
|
||||||
org-drill
|
org-drill
|
||||||
org-eval
|
org-id)
|
||||||
org-expiry
|
|
||||||
org-habit
|
|
||||||
org-id
|
|
||||||
org-notify
|
|
||||||
org-panel
|
|
||||||
org-toc)
|
|
||||||
|
|
||||||
; refile targets
|
; refile targets
|
||||||
org-refile-targets '(("~/org/today.org" :maxlevel . 2)
|
org-refile-targets '(("~/org/today.org" :maxlevel . 2)
|
||||||
|
|||||||
@ -13,24 +13,13 @@
|
|||||||
(setq doom-theme 'wombat)
|
(setq doom-theme 'wombat)
|
||||||
|
|
||||||
(if (display-graphic-p)
|
(if (display-graphic-p)
|
||||||
(setq doom-theme 'doom-vibrant))
|
(setq doom-theme 'doom-peacock))
|
||||||
|
|
||||||
|
|
||||||
;; Fonts
|
;; Fonts
|
||||||
(setq doom-font (font-spec :family "IBM Plex Mono" :size 14))
|
(setq doom-font (font-spec :family "IBM Plex Mono" :size 14))
|
||||||
(setq doom-big-font (font-spec :family "IBM Plex Mono" :size 21))
|
(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)
|
(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