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
|
@ -68,7 +68,6 @@ Currently available functions:
|
|||
|
||||
;;
|
||||
;; Custom faces
|
||||
;;
|
||||
|
||||
(defgroup +modeline nil
|
||||
"TODO"
|
||||
|
@ -124,8 +123,7 @@ Currently available functions:
|
|||
|
||||
|
||||
;;
|
||||
;; Plugins
|
||||
;;
|
||||
;; Packages
|
||||
|
||||
(def-package! anzu
|
||||
:after-call isearch-mode
|
||||
|
@ -161,7 +159,6 @@ Currently available functions:
|
|||
|
||||
;;
|
||||
;; Hacks
|
||||
;;
|
||||
|
||||
;; Keep `+modeline-current-window' up-to-date
|
||||
(defvar +modeline-current-window (frame-selected-window))
|
||||
|
@ -225,7 +222,6 @@ Currently available functions:
|
|||
|
||||
;;
|
||||
;; Helpers
|
||||
;;
|
||||
|
||||
(defun +modeline--make-xpm (width height &optional color)
|
||||
"Create an XPM bitmap. Inspired by `powerline''s `pl/make-xpm'."
|
||||
|
@ -264,7 +260,6 @@ use `buffer-name'."
|
|||
|
||||
;;
|
||||
;; Buffer file path styles
|
||||
;;
|
||||
|
||||
(defun +modeline-file-path-with-project ()
|
||||
"Returns the unaltered buffer file path relative to the project root's
|
||||
|
@ -356,7 +351,6 @@ Meant for `+modeline-buffer-path-function'."
|
|||
|
||||
;;
|
||||
;; Bars
|
||||
;;
|
||||
|
||||
(defvar +modeline-bar-start nil "TODO")
|
||||
(put '+modeline-bar-start 'risky-local-variable t)
|
||||
|
@ -394,7 +388,6 @@ Meant for `+modeline-buffer-path-function'."
|
|||
|
||||
;;
|
||||
;; Segments
|
||||
;;
|
||||
|
||||
(defun +modeline|update-on-change ()
|
||||
(+modeline--set-+modeline-buffer-state)
|
||||
|
@ -666,7 +659,6 @@ icons."
|
|||
|
||||
;;
|
||||
;; Preset modeline formats
|
||||
;;
|
||||
|
||||
(def-modeline-format! :main
|
||||
'(+modeline-matches " "
|
||||
|
@ -696,9 +688,6 @@ icons."
|
|||
|
||||
|
||||
;;
|
||||
;;
|
||||
;;
|
||||
|
||||
(def-modeline-segment! +modeline--rest
|
||||
(let ((rhs-str (format-mode-line +modeline-format-right)))
|
||||
(list (propertize
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue