Remove third line in section headers

This is truly important stuff. We've saved many lives with this update.
This commit is contained in:
Henrik Lissner 2018-09-07 19:36:16 -04:00
parent 50fdaa0ed5
commit 7d3ffdff06
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
101 changed files with 64 additions and 283 deletions

View file

@ -30,7 +30,6 @@ A warning will be put out if these deprecated modules are used.")
;;
;; Bootstrap API
;;
(defun doom-initialize-modules (&optional force-p)
"Loads the init.el in `doom-private-dir' and sets up hooks for a healthy
@ -65,7 +64,6 @@ non-nil."
;;
;; Module API
;;
(defun doom-module-p (category module)
"Returns t if CATEGORY MODULE is enabled (ie. present in `doom-modules')."
@ -188,7 +186,6 @@ non-nil, return paths of possible modules, activated or otherwise."
;;
;; Use-package modifications
;;
(autoload 'use-package "use-package-core" nil nil t)
@ -246,7 +243,6 @@ non-nil, return paths of possible modules, activated or otherwise."
;;
;; Module config macros
;;
(defmacro doom! (&rest modules)
"Bootstraps DOOM Emacs and its modules.
@ -382,7 +378,6 @@ omitted. eg. (featurep! +flag1)"
;;
;; FIXME Cross-module configuration (deprecated)
;;
;; I needed a way to reliably cross-configure modules without littering my
;; modules with `after!' blocks or testing whether they were enabled, so I wrote