diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-11-04 00:22:15 +0000 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-11-04 00:22:15 +0000 |
commit | 9707ab1cb5ceb8caac629f9d47ff95f9ddef71a7 (patch) | |
tree | 4412e872c727cd122be9f8c907be2d195d21790b /doom.d/config.org | |
parent | 4f14d789e746bd3389ac72032c5d70b031a8cd4f (diff) | |
download | dotfiles-9707ab1cb5ceb8caac629f9d47ff95f9ddef71a7.tar.gz dotfiles-9707ab1cb5ceb8caac629f9d47ff95f9ddef71a7.tar.bz2 dotfiles-9707ab1cb5ceb8caac629f9d47ff95f9ddef71a7.zip |
+theme config items
Diffstat (limited to 'doom.d/config.org')
-rw-r--r-- | doom.d/config.org | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doom.d/config.org b/doom.d/config.org index bdc7b83..78c41b5 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -15,7 +15,9 @@ Setting up variables and basic stuff that doesn't require a lot of work. #+END_SRC - Set the doom localleader to "," because it's faster - Using the font [[https://sourcefoundry.org/hack/][Hack]] with Fira code ligatures -- I like Solarized dark +- I like Solarized dark, but available themes are + - base16-monokai + - base16-atelier-dune ** Interface #+BEGIN_SRC elisp (setq completion-ignore-case t) |