Skip to content

Commit

Permalink
evil-surrounded
Browse files Browse the repository at this point in the history
  • Loading branch information
chen bin committed Mar 4, 2012
1 parent 0cd165a commit 0517ac8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -25,3 +25,6 @@
[submodule "site-lisp/evil"]
path = site-lisp/evil
url = git://gitorious.org/evil/evil.git
[submodule "/home/cb/.emacs.d/site-lisp/evil-surround"]
path = /home/cb/.emacs.d/site-lisp/evil-surround
url = git://github.com/timcharper/evil-surround.git
3 changes: 3 additions & 0 deletions init-evil.el
@@ -1,3 +1,6 @@
(require 'evil)
(evil-mode 1)
; @see https://github.com/timcharper/evil-surround
(require 'surround)
(global-surround-mode 1)
(provide 'init-evil)
1 change: 1 addition & 0 deletions site-lisp/evil-surround
Submodule evil-surround added at 627d1e

0 comments on commit 0517ac8

Please sign in to comment.