aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-09-19 12:53:32 +0200
committerGravatar Tom Willemse2016-09-19 12:53:32 +0200
commitbbf41d0c32ed9d96186436c6bca406072b50b998 (patch)
tree1191b3be931e6619f53278b8b60482527323c79c
parent40e71781db8b6dcbcf4c9f9dcdbed04d34e910dc (diff)
downloadnew-dotfiles-bbf41d0c32ed9d96186436c6bca406072b50b998.tar.gz
new-dotfiles-bbf41d0c32ed9d96186436c6bca406072b50b998.zip
Diminish paredit
-rw-r--r--emacs/.emacs.d/init.org8
1 files changed, 8 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index ddd5a62..d6ecf8b 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -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