aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Chavali <aryadevchavali1@gmail.com>2019-12-20 19:58:54 +0000
committerA. Chavali <aryadevchavali1@gmail.com>2019-12-20 19:58:54 +0000
commit601f737a42a6667438a2c0f727e1b5c076430e95 (patch)
treef332928b5efe214459d831b323f87e26c3e4260c
parent865dba55c8a1f8256f1315b49659ac177b4455a1 (diff)
downloaddotfiles-601f737a42a6667438a2c0f727e1b5c076430e95.tar.gz
dotfiles-601f737a42a6667438a2c0f727e1b5c076430e95.tar.bz2
dotfiles-601f737a42a6667438a2c0f727e1b5c076430e95.zip
+calendar.org to org-agenda-files
-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