From eb7b02d438c6ef96b57017713e578ae50e93ef9e Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 19 Sep 2016 17:05:03 +0200 Subject: Diminish isearch-mode --- emacs/.emacs.d/init.org | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'emacs/.emacs.d/init.org') diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index ca9b931..362f393 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -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 -- cgit v1.2.3-54-g00ecf