Replace autopair (too slow) with smartparens

This commit is contained in:
syl20bnr 2013-05-31 22:32:47 -04:00
parent 5546ba7eb4
commit 4d728ab5bc
2 changed files with 1 additions and 11 deletions

View file

@ -1,10 +0,0 @@
(require 'autopair)
(defvar autopair-modes
'(python-mode
emacs-lisp-mode
erlang-mode
ruby-mode))
(defun turn-on-autopair-mode () (autopair-mode 1))
(dolist (mode autopair-modes)
(add-hook (intern (concat (symbol-name mode) "-hook")) 'turn-on-autopair-mode))

View file

@ -11,7 +11,6 @@
ace-jump-mode
auto-complete
auto-dictionary
autopair
buffer-move
cmake-mode
color-moccur
@ -71,6 +70,7 @@
ruby-test-mode
s
smart-operator
smartparens
;; sr-speedbar
string-edit
stripe-buffer