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

@ -24,7 +24,6 @@
;;
;; Core functions
;;
;; Don't try to resize popup windows
(advice-add #'balance-windows :around #'+popup*save)
@ -32,7 +31,6 @@
;;
;; External functions
;;
;; `company'
(progn

View file

@ -129,7 +129,6 @@ and enables `+popup-buffer-mode'."
;;
;; Public library
;;
;;;###autoload
(defun +popup-buffer-p (&optional buffer)
@ -211,7 +210,6 @@ Uses `shrink-window-if-larger-than-buffer'."
;;
;; Hooks
;;
;;;###autoload
(defun +popup|adjust-fringes ()
@ -291,7 +289,6 @@ Any non-nil value besides the above will be used as the raw value for
;;
;; Commands
;;
;;;###autoload
(defalias 'other-popup #'+popup/other)
@ -397,7 +394,6 @@ the message buffer in a popup window."
;;
;; Advice
;;
;;;###autoload
(defun +popup*close (&rest _)
@ -555,7 +551,6 @@ Accepts the same arguments as `display-buffer-in-side-window'. You must set
;;
;; Emacs backwards compatibility
;;
(unless EMACS26+
(defvar window-sides-reversed nil)

View file

@ -199,7 +199,6 @@ Example:
;;
;; Obsolete settings
;;
;; FIXME obsolete :popup
;;;###autoload

View file

@ -35,7 +35,6 @@ adjustment.")
;;
;; Global modes
;;
(defvar +popup-mode-map (make-sparse-keymap)
"Active keymap in a session with the popup system enabled. See
@ -95,7 +94,6 @@ that window has been changed or closed."
;;
;; Macros
;;
(defmacro with-popup-rules! (rules &rest body)
"Evaluate BODY with popup RULES. RULES is a list of popup rules. Each rule
@ -128,7 +126,6 @@ prevent the popup(s) from messing up the UI (or vice versa)."
;;
;; Default popup rules & bootstrap
;;
(set-popup-rules!
(when (featurep! +all)
@ -175,6 +172,5 @@ prevent the popup(s) from messing up the UI (or vice versa)."
;;
;; Hacks
;;
(load! "+hacks")