mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-12 15:36:53 -05:00
Update snippets + minor refactor
This commit is contained in:
@@ -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)))
|
||||||
|
Submodule private/snippets updated: d94b179e6f...26750d3e73
Reference in New Issue
Block a user