aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-10-08 00:40:10 +0200
committerGravatar Tom Willemse2016-10-08 00:41:51 +0200
commitad5ca813da062689773ab6ee38e7b302d8f210a4 (patch)
tree006f693615001ccc8498902f0565c204d47f9eb5 /emacs
parent117d14f16989536378a2e661c9985779a94cecd8 (diff)
downloadnew-dotfiles-ad5ca813da062689773ab6ee38e7b302d8f210a4.tar.gz
new-dotfiles-ad5ca813da062689773ab6ee38e7b302d8f210a4.zip
Use an icon to show server mode
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.org11
1 files changed, 11 insertions, 0 deletions
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