summaryrefslogtreecommitdiff
path: root/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 6121983..9c5f5c7 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -52,7 +52,6 @@
(display-time-mode (if (getenv "TMUX") -1 1))
(electric-indent-mode -1)
(global-auto-revert-mode 1)
-(show-paren-mode 1)
(global-set-key (kbd "C-c q") #'electric-quote-local-mode)