aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d
diff options
context:
space:
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