Updates to Emacs preferences
- Prefers "$HOME" to "~/urbint" for current project - Prefers dark colorscheme - Allows source-jumping to Emacs (nixify this to remove dep on path/to/source)
This commit is contained in:
parent
9ed59566eb
commit
0c012554b9
4 changed files with 13 additions and 2 deletions
|
|
@ -95,7 +95,7 @@
|
|||
:config
|
||||
(setq doom-themes-enable-bold t
|
||||
doom-themes-enable-italic t)
|
||||
(load-theme 'doom-one-light t)
|
||||
(load-theme 'doom-one t)
|
||||
(doom-themes-visual-bell-config)
|
||||
(doom-themes-org-config))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue