Diminish paredit

This commit is contained in:
Tom Willemse 2016-09-19 12:53:32 +02:00
parent 40e71781db
commit bbf41d0c32

View file

@ -405,6 +405,14 @@ To start off, first I need to enable lexical binding.
(ensure-library paredit) (ensure-library paredit)
#+END_SRC #+END_SRC
Don't show that paredit is enabled, it should be obvious from the
effects it has. This will save some precious real-estate on my mode
line.
#+BEGIN_SRC emacs-lisp
(diminish 'paredit-mode)
#+END_SRC
** Electric indent mode ** Electric indent mode
By default `electric-indent-mode' is enabled globally, but I prefer By default `electric-indent-mode' is enabled globally, but I prefer