Minor refactor & reformatting across the board

This commit is contained in:
Henrik Lissner
2020-02-23 15:41:49 -05:00
parent 80c827119d
commit b30f38ac06
8 changed files with 49 additions and 50 deletions

View File

@@ -52,10 +52,6 @@ Is relative to `org-directory', unless it is absolute. Is used in Doom's default
(defvar +org-initial-fold-level 2
"The initial fold level of org files when no #+STARTUP options for it.")
(defvar +org-export-directory ".export/"
"Where to store exported files relative to `org-directory'. Can be an absolute
path too.")
(defvar +org-habit-graph-padding 2
"The padding added to the end of the consistency graph")
@@ -238,8 +234,7 @@ path too.")
:override #'org-babel-do-load-languages
(message
(concat "`org-babel-do-load-languages' is redundant with Doom's lazy loading mechanism for babel "
"packages. There is no need to use it, so it has been disabled")))
)
"packages. There is no need to use it, so it has been disabled"))))
(defun +org-init-capture-defaults-h ()