Add wal hook for emacs

This commit is contained in:
Jeremy Dormitzer 2020-03-27 09:03:17 -04:00
parent 3354ae15b2
commit 34215518d1
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1 @@
emacsclient -e "(load-theme 'doom-ewal)"

View File

@ -117,6 +117,15 @@ Load org-mode early to [[https://github.com/raxod502/straight.el#the-wrong-versi
(doom-modeline-mode 1)
#+END_SRC
* Ewal theme
#+BEGIN_SRC emacs-lisp
(use-package doom-ewal-themes
:straight (doom-ewal-themes
:host github
:repo "jdormit/doom-ewal-themes"
:files ("themes" :defaults)))
#+END_SRC
* Customization File
I don't want anything to write to my init.el, so save customizations in a separate file:
#+BEGIN_SRC emacs-lisp