diff options
Diffstat (limited to 'doom.d/config')
-rw-r--r-- | doom.d/config/packages.org | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doom.d/config/packages.org b/doom.d/config/packages.org index 9ded568..f8d6b11 100644 --- a/doom.d/config/packages.org +++ b/doom.d/config/packages.org @@ -27,6 +27,11 @@ specific needs #+BEGIN_SRC elisp (package! powerthesaurus) #+END_SRC +** base16-themes +Every now and then I like to use base16 themes, particularly when zen coding. +#+BEGIN_SRC elisp +(package! base16-theme) +#+END_SRC * Coding ** counsel-etags Should really be an inbuilt feature for Ivy, as it is so damn useful. Better |