+battery mode to init.el

This commit is contained in:
oreodave
2019-11-05 17:48:42 +00:00
parent b8fd435043
commit b44fd09e5e

View File

@@ -29,10 +29,12 @@ Setting up variables and basic stuff that doesn't require a lot of work.
(setq completion-ignore-case t) (setq completion-ignore-case t)
(setq truncate-lines t) (setq truncate-lines t)
(setq display-line-numbers-type nil) (setq display-line-numbers-type nil)
(display-battery-mode 1)
#+END_SRC #+END_SRC
Some quality of life things that I couldn't really put in one category 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 - Displaying line numbers isn't usually something I do. If need be, I'll just
open them with *<SPC>tl*. open them with *<SPC>tl*.
- I like battery mode
** Org directory ** Org directory
#+BEGIN_SRC elisp #+BEGIN_SRC elisp
(setq org-directory "~/Text") (setq org-directory "~/Text")