enable show-paren-mode

This commit is contained in:
Adam Goldsmith 2015-06-27 15:19:40 -04:00
parent db22941a60
commit 0e4bf561a8
1 changed files with 1 additions and 0 deletions

1
.emacs
View File

@ -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)