aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-09-19 17:05:03 +0200
committerGravatar Tom Willemse2016-09-19 17:05:03 +0200
commiteb7b02d438c6ef96b57017713e578ae50e93ef9e (patch)
treeb1f6846b9486306f5497a6c328180fb25adb1fc5 /emacs/.emacs.d
parent5a31a640f5824949ee4510cd4e4be6fe89b62de8 (diff)
downloadnew-dotfiles-eb7b02d438c6ef96b57017713e578ae50e93ef9e.tar.gz
new-dotfiles-eb7b02d438c6ef96b57017713e578ae50e93ef9e.zip
Diminish isearch-mode
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r--emacs/.emacs.d/init.org10
1 files changed, 10 insertions, 0 deletions
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