Diminish isearch-mode
This commit is contained in:
parent
5a31a640f5
commit
eb7b02d438
1 changed files with 10 additions and 0 deletions
|
@ -540,6 +540,16 @@ To start off, first I need to enable lexical binding.
|
|||
(global-set-key (kbd "C-c m") 'oni-hydra-magit/body)
|
||||
#+END_SRC
|
||||
|
||||
** Isearch
|
||||
|
||||
Replace the Isearch mode line lighter with a magnifying glass icon.
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(diminish 'isearch-mode
|
||||
(propertize (concat " " (char-to-string #xf002))
|
||||
'face '(:family "Font Awesome" :height 0.75)))
|
||||
#+END_SRC
|
||||
|
||||
* Major modes
|
||||
|
||||
** Emacs lisp mode
|
||||
|
|
Loading…
Reference in a new issue