Update snippets + minor refactor
This commit is contained in:
parent
c4fe40a0a7
commit
820e7419ad
2 changed files with 2 additions and 2 deletions
|
@ -348,8 +348,8 @@ iedit."
|
||||||
:when (and (featurep 'iedit) (> (length iedit-occurrences-overlays) 0)))
|
:when (and (featurep 'iedit) (> (length iedit-occurrences-overlays) 0)))
|
||||||
|
|
||||||
;; TODO mode-line-substitute-face default face
|
;; TODO mode-line-substitute-face default face
|
||||||
(defface mode-line-substitute-face nil "")
|
|
||||||
;; TODO This is very hackish; refactor?
|
;; TODO This is very hackish; refactor?
|
||||||
|
(defface mode-line-substitute-face nil "")
|
||||||
(spaceline-define-segment narf-evil-substitute
|
(spaceline-define-segment narf-evil-substitute
|
||||||
"Show number of :s matches in real time."
|
"Show number of :s matches in real time."
|
||||||
(let ((highlights (cdar evil-ex-active-highlights-alist)))
|
(let ((highlights (cdar evil-ex-active-highlights-alist)))
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit d94b179e6f875b5c852c40d3b1e7ba342885ee08
|
Subproject commit 26750d3e73761e7b418f3038236c46359cc05735
|
Loading…
Add table
Add a link
Reference in a new issue