From b93c07f0f985c8511a9e1dc3e94697c3e83e0581 Mon Sep 17 00:00:00 2001 From: AChavali Date: Mon, 30 Dec 2019 13:08:51 +0000 Subject: ~rearranged code in other variables section --- doom.d/config.org | 4 ++-- 1 file 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 -- cgit v1.2.3-13-gbd6f