From 34215518d17f3b421dbbf018060c115524d0ed8f Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Fri, 27 Mar 2020 09:03:17 -0400 Subject: [PATCH] Add wal hook for emacs --- emacs/.config/wal/hooks/20-emacs.sh | 1 + emacs/init.org | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100755 emacs/.config/wal/hooks/20-emacs.sh 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