Fix diminishing paredit
This commit is contained in:
parent
96d45ce3b8
commit
7653d5f381
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue