aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-09-19 12:56:00 +0200
committerGravatar Tom Willemse2016-09-19 12:56:00 +0200
commit7653d5f381ae50ce2e93371ef5c3ba9be59ed0c3 (patch)
tree9bdbe73b7706dca5802d8c214194be9f8508165c /emacs
parent96d45ce3b810863e5008d6c31fcb61bc3ebab01d (diff)
downloadnew-dotfiles-7653d5f381ae50ce2e93371ef5c3ba9be59ed0c3.tar.gz
new-dotfiles-7653d5f381ae50ce2e93371ef5c3ba9be59ed0c3.zip
Fix diminishing paredit
Diffstat (limited to 'emacs')
-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