Skip to content

Commit

Permalink
Autopair -> smartparens
Browse files Browse the repository at this point in the history
  • Loading branch information
pasja committed Nov 5, 2014
1 parent 8b3629a commit c819131
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions init.el
Expand Up @@ -534,10 +534,10 @@
:after (progn
(global-undo-tree-mode 1)))

(:name autopair
:features "autopair"
(:name smartparens
:after (progn
(autopair-global-mode 1)))
(require 'smartparens-config)
(smartparens-global-mode 1)))

(:name icicles
:type "http-tar"
Expand Down

0 comments on commit c819131

Please sign in to comment.