From 0e4bf561a88feda9e060982c32d11d872e20b9be Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sat, 27 Jun 2015 15:19:40 -0400 Subject: [PATCH] enable show-paren-mode --- .emacs | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs b/.emacs index 3653b2a..d27ff82 100644 --- a/.emacs +++ b/.emacs @@ -15,6 +15,7 @@ (desktop-save-mode 1) (savehist-mode 1) (tool-bar-mode -1) +(show-paren-mode 1) ;; Keybinds (global-set-key (kbd "C-z") `recompile)