Add wal hook for emacs
This commit is contained in:
parent
3354ae15b2
commit
34215518d1
1
emacs/.config/wal/hooks/20-emacs.sh
Executable file
1
emacs/.config/wal/hooks/20-emacs.sh
Executable file
@ -0,0 +1 @@
|
|||||||
|
emacsclient -e "(load-theme 'doom-ewal)"
|
@ -117,6 +117,15 @@ Load org-mode early to [[https://github.com/raxod502/straight.el#the-wrong-versi
|
|||||||
(doom-modeline-mode 1)
|
(doom-modeline-mode 1)
|
||||||
#+END_SRC
|
#+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
|
* Customization File
|
||||||
I don't want anything to write to my init.el, so save customizations in a separate file:
|
I don't want anything to write to my init.el, so save customizations in a separate file:
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
Loading…
Reference in New Issue
Block a user