Diminish paredit
This commit is contained in:
parent
40e71781db
commit
bbf41d0c32
1 changed files with 8 additions and 0 deletions
|
@ -405,6 +405,14 @@ To start off, first I need to enable lexical binding.
|
|||
(ensure-library paredit)
|
||||
#+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
|
||||
|
||||
By default `electric-indent-mode' is enabled globally, but I prefer
|
||||
|
|
Loading…
Reference in a new issue