summaryrefslogtreecommitdiffstats
path: root/emacs.d/10-settings.el
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-05-17 00:45:41 +0200
committerGravatar Tom Willemsen2011-05-17 00:45:41 +0200
commita252e892a9a266f780f13f943f4499488bbdcdc1 (patch)
treef8a2629bb9b2908d883b199b8d23960b7ed1559a /emacs.d/10-settings.el
parent31549fbf40e6bed44fd60e5da4a350117470a163 (diff)
downloaddotfiles-a252e892a9a266f780f13f943f4499488bbdcdc1.tar.gz
dotfiles-a252e892a9a266f780f13f943f4499488bbdcdc1.zip
EMACS: Added Rainbow delimiters mode
Diffstat (limited to 'emacs.d/10-settings.el')
-rw-r--r--emacs.d/10-settings.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs.d/10-settings.el b/emacs.d/10-settings.el
index ac0db1c..42d9ed3 100644
--- a/emacs.d/10-settings.el
+++ b/emacs.d/10-settings.el
@@ -22,7 +22,6 @@
(global-linum-mode t) ; show them in the gutter
(column-number-mode t) ; show column number in splitter
(global-font-lock-mode t) ; show syntax highlighting, old
-(show-paren-mode t) ; show matching parens
(delete-selection-mode t) ; delete selection upon typing
;; Byte-compile elisp files on save