added autopair config

This commit is contained in:
syl20bnr 2012-12-21 16:30:51 -05:00
parent 28b6d09ef1
commit b358503f49
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ auto-save-list/
elpa/
ac-comphist.dat
eproject.lst
\#*

View File

@ -0,0 +1,3 @@
(autoload 'autopair-global-mode "autopair" nil t)
(autopair-global-mode)
(add-hook 'lisp-mode-hook #'(lambda () (setq autopair-dont-activate t)))