Update #emacs config and add dpms #fish functions
This commit is contained in:
@ -10,16 +10,13 @@
|
||||
(setq user-full-name "Colin Powell"
|
||||
user-mail-address "colin@onec.me")
|
||||
|
||||
(setq doom-theme 'wombat)
|
||||
|
||||
(if (display-graphic-p)
|
||||
(setq doom-theme 'doom-peacock))
|
||||
(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))
|
||||
|
||||
(set-frame-parameter nil 'internal-border-width 12)
|
||||
(set-frame-parameter nil 'internal-border-width 10)
|
||||
|
||||
;;
|
||||
;; Keybinds
|
||||
@ -171,8 +168,8 @@
|
||||
(load! "+ui.el")
|
||||
(load! "+org") ;; Org mode stuff like todos and rebindings
|
||||
(load! "+org-cal")
|
||||
;(load! "+elfeed")
|
||||
(load! "+nov") ;; nov.el epub mode settings
|
||||
(load! "+elfeed")
|
||||
(load! "+mail") ;; Mail stuff
|
||||
(load! "+ranger")
|
||||
(load! "+wttrin") ;; Weather config
|
||||
|
||||
Reference in New Issue
Block a user