diff options
author | AChavali <aryadevchavali1@gmail.com> | 2019-12-30 13:08:51 +0000 |
---|---|---|
committer | AChavali <aryadevchavali1@gmail.com> | 2019-12-30 13:08:51 +0000 |
commit | b93c07f0f985c8511a9e1dc3e94697c3e83e0581 (patch) | |
tree | 0e5eeac44018a1f1be0811cd0c17b2cc0e83e232 | |
parent | 3159dd93e7707e7b3e2c9f803913fd8e8f8f6325 (diff) | |
download | dotfiles-b93c07f0f985c8511a9e1dc3e94697c3e83e0581.tar.gz dotfiles-b93c07f0f985c8511a9e1dc3e94697c3e83e0581.tar.bz2 dotfiles-b93c07f0f985c8511a9e1dc3e94697c3e83e0581.zip |
~rearranged code in other variables section
-rw-r--r-- | doom.d/config.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doom.d/config.org b/doom.d/config.org index 38e32c4..e6535ae 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -21,10 +21,10 @@ Setting up variables and basic stuff that doesn't require a lot of work. (setq completion-ignore-case t) (setq truncate-lines t) (setq display-line-numbers-type nil) +(display-battery-mode 1) -(cl-pushnew '("Libgen" . "https://libgen.me/search/all?search=%s") +lookup-provider-url-alist :key #'car) -(display-battery-mode 1) +(cl-pushnew '("Libgen" "https://libgen.me/search/all?search=%s") +lookup-provider-url-alist :key #'car) #+END_SRC Some quality of life things and others that I couldn't really put in one category - Displaying line numbers isn't usually something I do. If need be, I'll just |