diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-11-25 16:25:59 +0000 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-11-25 16:25:59 +0000 |
commit | 2dcb6fca837a813dc8352562b8c73aeedb48c931 (patch) | |
tree | 9b0ef0f42d3f3882f0a46f65f868e675dc2317fc | |
parent | e0b5442c064f64f018d91208cd1db302f8cccb19 (diff) | |
download | dotfiles-2dcb6fca837a813dc8352562b8c73aeedb48c931.tar.gz dotfiles-2dcb6fca837a813dc8352562b8c73aeedb48c931.tar.bz2 dotfiles-2dcb6fca837a813dc8352562b8c73aeedb48c931.zip |
~Interface -> Other variables
-rw-r--r-- | doom.d/config.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doom.d/config.org b/doom.d/config.org index c9a6791..de2cac4 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -16,7 +16,7 @@ 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 -** Interface +** Other variables #+BEGIN_SRC elisp (setq completion-ignore-case t) (setq truncate-lines t) |