Fix diminishing paredit

This commit is contained in:
Tom Willemse 2016-09-19 12:56:00 +02:00
parent 96d45ce3b8
commit 7653d5f381

View file

@ -410,7 +410,8 @@ To start off, first I need to enable lexical binding.
line.
#+BEGIN_SRC emacs-lisp
(diminish 'paredit-mode)
(with-eval-after-load 'paredit
(diminish 'paredit-mode))
#+END_SRC
** Electric indent mode