spacemacs/layers/+vim/evil-cleverparens
2016-01-11 21:42:17 -05:00
..
packages.el Clean copyrights and update for year 2016 2016-01-11 21:42:17 -05:00
README.org Update install layer section in REAMDE.org files 2016-01-06 00:21:55 -05:00

Evil-Cleverparens layer

Description

This simple layer adds the evil-cleverparens package, which overrides common normal-mode vim commands like D, dd, c, etc. to keep parentheses balanced. See the repository for more details. All the layer does right now is to add a hook to load evil-cleverparens with emacs-lisp-mode.

Install

To use this configuration layer, add it to your ~/.spacemacs. You will need to add evil-cleverparens to the existing dotspacemacs-configuration-layers list in this file.

Then enable it in your user-config function:

  (spacemacs/toggle-evil-cleverparens-on)