Remove third line in section headers
This is truly important stuff. We've saved many lives with this update.
This commit is contained in:
parent
50fdaa0ed5
commit
7d3ffdff06
101 changed files with 64 additions and 283 deletions
|
@ -99,7 +99,6 @@ PLIST can have the following properties:
|
|||
|
||||
;;
|
||||
;; Bootstrap
|
||||
;;
|
||||
|
||||
(setq doom-fallback-buffer-name +doom-dashboard-name
|
||||
initial-buffer-choice #'+doom-dashboard-initial-buffer)
|
||||
|
@ -109,7 +108,6 @@ PLIST can have the following properties:
|
|||
|
||||
;;
|
||||
;; Major mode
|
||||
;;
|
||||
|
||||
(define-derived-mode +doom-dashboard-mode special-mode
|
||||
(format "DOOM v%s" doom-version)
|
||||
|
@ -168,7 +166,6 @@ PLIST can have the following properties:
|
|||
|
||||
;;
|
||||
;; Hooks
|
||||
;;
|
||||
|
||||
(defun +doom-dashboard|reposition-point ()
|
||||
"Trap the point in the buttons."
|
||||
|
@ -264,7 +261,6 @@ project (which may be different across perspective)."
|
|||
|
||||
;;
|
||||
;; Library
|
||||
;;
|
||||
|
||||
(defun +doom-dashboard-initial-buffer ()
|
||||
"Returns buffer to display on startup. Designed for `initial-buffer-choice'."
|
||||
|
@ -338,7 +334,6 @@ controlled by `+doom-dashboard-pwd-policy'."
|
|||
|
||||
;;
|
||||
;; Widgets
|
||||
;;
|
||||
|
||||
(defun doom-dashboard-widget-banner ()
|
||||
(let ((point (point)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue