diff --git a/emacs/.config/wal/hooks/20-emacs.sh b/emacs/.config/wal/hooks/20-emacs.sh new file mode 100755 index 0000000..847ce57 --- /dev/null +++ b/emacs/.config/wal/hooks/20-emacs.sh @@ -0,0 +1 @@ +emacsclient -e "(load-theme 'doom-ewal)" diff --git a/emacs/init.org b/emacs/init.org index be22486..d032f9d 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -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