Change theme/font selection; it's .emacs.local.d's responsibility
This commit is contained in:
parent
3103795065
commit
a658d46927
5 changed files with 57 additions and 55 deletions
6
init.el
6
init.el
|
@ -30,11 +30,7 @@
|
|||
|
||||
(load (concat user-emacs-directory "core/core"))
|
||||
|
||||
(doom :theme 'doom-one
|
||||
:font ("Fira Mono" 12)
|
||||
|
||||
;;; The heart of DOOM
|
||||
core-popup ; taming sudden and inevitable windows
|
||||
(doom core-popup ; taming sudden and inevitable windows
|
||||
core-os ; os-specific configs
|
||||
core-ui ; draw me like one of your French editors
|
||||
core-modeline ; a self-contained mode-line config for masochists
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue