From ad5ca813da062689773ab6ee38e7b302d8f210a4 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 8 Oct 2016 00:40:10 +0200 Subject: Use an icon to show server mode --- emacs/.emacs.d/init.org | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'emacs') diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 14de28a..355fa01 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -701,6 +701,17 @@ To start off, first I need to enable lexical binding. (setq projectile-completion-system 'ivy) #+END_SRC +** Server mode + + Diminish server mode with a nice icon. + + #+BEGIN_SRC emacs-lisp + (with-eval-after-load 'server + (diminish 'server-buffer-clients + (propertize (concat " " (char-to-string #xf233)) + 'face '(:family "Font Awesome" :height 0.75)))) + #+END_SRC + * Major modes ** Emacs lisp mode -- cgit v1.2.3-54-g00ecf