aboutsummaryrefslogtreecommitdiff
path: root/doom.d
diff options
context:
space:
mode:
authororeodave <aryadevchavali1@gmail.com>2019-11-05 17:48:42 +0000
committeroreodave <aryadevchavali1@gmail.com>2019-11-05 17:48:42 +0000
commitb44fd09e5e6adb56253b74b382a3ae2fd60f1549 (patch)
tree6fce47e28a859814d6ca8fced8747b0f6213238d /doom.d
parentb8fd4350438098c9ba0b62e554eccf2fc2140daa (diff)
downloaddotfiles-b44fd09e5e6adb56253b74b382a3ae2fd60f1549.tar.gz
dotfiles-b44fd09e5e6adb56253b74b382a3ae2fd60f1549.tar.bz2
dotfiles-b44fd09e5e6adb56253b74b382a3ae2fd60f1549.zip
+battery mode to init.el
Diffstat (limited to 'doom.d')
-rw-r--r--doom.d/config.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/doom.d/config.org b/doom.d/config.org
index 8f1c5e1..f0dc1d0 100644
--- a/doom.d/config.org
+++ b/doom.d/config.org
@@ -29,10 +29,12 @@ 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
(setq org-directory "~/Text")