aboutsummaryrefslogtreecommitdiff
path: root/doom.d/config.org
diff options
context:
space:
mode:
Diffstat (limited to 'doom.d/config.org')
-rw-r--r--doom.d/config.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/doom.d/config.org b/doom.d/config.org
index 0cc8726..b69aa8d 100644
--- a/doom.d/config.org
+++ b/doom.d/config.org
@@ -1,7 +1,6 @@
#+TITLE: Oreodave's Emacs configuration
#+AUTHOR: Oreodave
#+DESCRIPTION: My Doom Emacs configuration!
-
* Preclude
This is my [[https://github.com/hlissner/doom-emacs][Doom Emacs]] configuration, which I try to use for as many things as
possible. It is currently my main editor overall, literally overtaking my life.
@@ -23,9 +22,11 @@ Setting up variables and basic stuff that doesn't require a lot of work.
(setq display-line-numbers-type nil)
(after! org
+ (setq org-agenda-files "calendar.org")
(setq org-directory "~/Text"))
(cl-pushnew '("Libgen" . "https://libgen.me/search/all?search=%s") +lookup-provider-url-alist :key #'car)
+
(display-battery-mode 1)
#+END_SRC
Some quality of life things and others that I couldn't really put in one category