aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emacs/.emacs.d/init.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index c775287..b3408e5 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -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