Skip to content

Commit

Permalink
Turn on paredit in emacs-lisp-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
candera committed Aug 22, 2011
1 parent 404c6be commit 0bde371
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@
"Minor mode for pseudo-structurally editing Lisp code."
t)
(add-hook 'lisp-mode-hook '(lambda () (paredit-mode +1)))
(add-hook 'emacs-lisp-mode-hook '(lambda () (paredit-mode +1)))

(show-paren-mode t)

Expand Down

0 comments on commit 0bde371

Please sign in to comment.