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:
William Carroll 2018-10-02 09:57:15 -04:00
parent 9ed59566eb
commit 0c012554b9
4 changed files with 13 additions and 2 deletions

View file

@ -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))