mirror of
https://github.com/ryuslash/mode-icons.git
synced 2024-11-21 17:40:30 +01:00
Add isearch to ignored list
This commit is contained in:
parent
42430c9643
commit
0462ef4239
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ absolute path to ICON."
|
|||
(" hs" "hs" xpm)
|
||||
("Markdown" ,(make-string 1 #xf0c9) octicons)
|
||||
;; Diminished modes
|
||||
;; ("\\(ElDoc\\|Anzu\\|SP\\|Guide\\|PgLn\\|Golden\\|Undo-Tree\\|Ergo.*\\|,\\)" nil nil)
|
||||
("\\(ElDoc\\|Anzu\\|SP\\|Guide\\|PgLn\\|Golden\\|Undo-Tree\\|Ergo.*\\|,\\|Isearch\\)" nil nil)
|
||||
)
|
||||
"Icons for major and minor modes.
|
||||
|
||||
|
|
Loading…
Reference in a new issue