Diminish isearch-mode

This commit is contained in:
Tom Willemse 2016-09-19 17:05:03 +02:00
parent 5a31a640f5
commit eb7b02d438

View file

@ -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