~clean up config.org

This commit is contained in:
dx
2020-06-14 00:10:49 +01:00
parent 654167b8c9
commit d6b66f7545
4 changed files with 16 additions and 37 deletions

View File

@@ -8,14 +8,6 @@ Some user variables
(setq user-full-name "Aryadev Chavali"
user-mail-address "aryadevchavali1@gmail.com")
#+END_SRC
* Reload
Reload the doom session by brute force fully loading the "config.el" file in the doom private directory.
#+BEGIN_SRC elisp
(defun dx:reload ()
"Reload instance of doom"
(interactive)
(load-file (concat doom-private-dir "config.el")))
#+END_SRC
* Change theme
Allow user to set a theme from a limited set of candidates, based on "dx:theme-list".