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

@ -42,7 +42,6 @@ leftover buffers and processes.")
;;
;; Functions
;;
;;;###autoload
(defun doom-buffer-frame-predicate (buf)
@ -197,7 +196,6 @@ regex PATTERN. Returns the number of killed buffers."
;;
;; Hooks
;;
;;;###autoload
(defun doom|mark-buffer-as-real ()
@ -207,7 +205,6 @@ regex PATTERN. Returns the number of killed buffers."
;;
;; Advice
;;
;;;###autoload
(defun doom*switch-to-fallback-buffer-maybe (orig-fn)
@ -241,7 +238,6 @@ windows, switch to `doom-fallback-buffer'. Otherwise, delegate to original
;;
;; Interactive commands
;;
;;;###autoload
(defun doom/kill-this-buffer-in-all-windows (buffer &optional dont-save)

View file

@ -34,7 +34,6 @@ listed in `doom-cache-alists' to files."
;;
;; Library
;;
;;;###autoload
(defmacro with-cache! (location &rest body)

View file

@ -71,7 +71,6 @@ ready to be pasted in a bug report on github."
;;
;; Commands
;;
;;;###autoload
(defun doom/info ()
@ -135,9 +134,7 @@ pasting into a bug report or discord."
(user-error "No backtrace buffer detected")))
;;
;; Vanilla sandbox
;;
;;; Vanilla sandbox
(defvar doom--sandbox-init-doom-p nil)
@ -204,9 +201,7 @@ standing in the way, and without sacrificing access to installed packages."
(pop-to-buffer buf)))
;;
;; Reporting bugs
;;
;;; Reporting bugs
(defun doom--open-bug-report ()
"TODO"
@ -276,9 +271,7 @@ will be automatically appended to the result."
(pop-to-buffer buf))))
;;
;; Profiling
;;
;;; Profiling
(defvar doom--profiler nil)
;;;###autoload

View file

@ -28,7 +28,6 @@ lines, above and below, with only whitespace in between."
;;
;; Commands
;;
;;;###autoload
(defun doom/backward-to-bol-or-indent ()
@ -273,7 +272,6 @@ Respects `require-final-newline'."
;;
;; Advice
;;
;;;###autoload
(defun doom*newline-and-indent (_orig-fn)
@ -293,7 +291,6 @@ with weak native support."
;;
;; Hooks
;;
;;;###autoload
(defun doom|enable-delete-trailing-whitespace ()

View file

@ -67,6 +67,10 @@
short-new-name)
(short-new-name))))
;;
;; Commands
;;;###autoload
(defun doom/delete-this-file (&optional path force-p)
"Delete FILENAME (defaults to the file associated with current buffer) and

View file

@ -44,7 +44,6 @@
;;
;; Helpers
;;
;;;###autoload
(defun doom-active-minor-modes ()
@ -57,7 +56,6 @@
;;
;; Commands
;;
;;;###autoload
(define-obsolete-function-alias 'doom/describe-setting 'doom/describe-setters "2.1.0")

View file

@ -34,7 +34,6 @@
;;
;; Library
;;
;;;###autoload
(defun doom-refresh-packages-maybe (&optional force-p)
@ -314,7 +313,6 @@ Used by `doom-packages-install'."
;;
;; Main functions
;;
(defun doom--delete-package-files (name-or-desc)
(let ((pkg-build-dir
@ -404,7 +402,6 @@ package.el as appropriate."
;;
;; Interactive commands
;;
;;;###autoload
(defun doom/update-package (pkg)
@ -436,7 +433,6 @@ calls."
;;
;; Advice
;;
;;;###autoload
(defun doom*package-delete (desc &rest _)

View file

@ -2,7 +2,6 @@
;;
;; Macros
;;
;;;###autoload
(defmacro without-project-cache! (&rest body)
@ -25,7 +24,6 @@ they are absolute."
;;
;; Commands
;;
;;;###autoload
(defun doom/reload-project ()
@ -39,7 +37,6 @@ they are absolute."
;;
;; Library
;;
;;;###autoload
(defun doom-project-p (&optional nocache)

View file

@ -22,7 +22,6 @@ following:
;;
;; Library
;;
;;;###autoload
(defun doom-scratch-buffer (&optional file mode text)