From 4b06654f1308a04dce0ce12f97729776278bd6b2 Mon Sep 17 00:00:00 2001
From: oreodave <aryadevchavali1@gmail.com>
Date: Mon, 25 Nov 2019 16:26:19 +0000
Subject: ~put libgen and org-directory into other variables

---
 doom.d/config.org | 22 +++++++++-------------
 1 file changed, 9 insertions(+), 13 deletions(-)

diff --git a/doom.d/config.org b/doom.d/config.org
index de2cac4..0c427cf 100644
--- a/doom.d/config.org
+++ b/doom.d/config.org
@@ -21,23 +21,19 @@ 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)
-#+END_SRC
-Some quality of life things that I couldn't really put in one category
-- Displaying line numbers isn't usually something I do. If need be, I'll just
-  open them with *<SPC>tl*.
-- I like battery mode
-** Org directory
-#+BEGIN_SRC elisp
+
 (after! org
   (setq org-directory "~/Text"))
-#+END_SRC
-Set the org directory to Text.
-** Search providers
-#+BEGIN_SRC elisp
+
 (cl-pushnew '("Libgen" . "https://libgen.me/search/all?search=%s") +lookup-provider-url-alist :key #'car)
+(display-battery-mode 1)
 #+END_SRC
-Uniquely append "Libgen" to the search provider alist. Libgen is a nice book site.
+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
+  open them with *<SPC>tl*.
+- Set org directory
+- Add libgen to search providers
+- Looking at my battery percentage isn't very necessary but still really cool
 ** Hook for font ligatures
 #+BEGIN_SRC elisp
 (add-hook 'after-make-frame-functions
-- 
cgit v1.2.3-13-gbd6f