diff options
author | odave <aryadevchavali1@gmail.com> | 2020-03-26 13:55:15 +0000 |
---|---|---|
committer | odave <aryadevchavali1@gmail.com> | 2020-03-26 14:43:19 +0000 |
commit | 8c4189397a904f75c4d971e9378c068c2babcd5c (patch) | |
tree | 930c6a8afd6ea3d91f7fd8ab7697cbe547c05d3b /doom.d/config/packages.org | |
parent | fc21da685fc9ef65ceddb871160c3a863ccff832 (diff) | |
download | dotfiles-8c4189397a904f75c4d971e9378c068c2babcd5c.tar.gz dotfiles-8c4189397a904f75c4d971e9378c068c2babcd5c.tar.bz2 dotfiles-8c4189397a904f75c4d971e9378c068c2babcd5c.zip |
+base16 themes package
Diffstat (limited to 'doom.d/config/packages.org')
-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 |