c893383fe4
- CSS links - GIFS in published version - Unify layer doc titles - Change emoji layer emojis to an image
924 B
924 B
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 contribution add it to your ~/.spacemacs
.
(setq-default dotspacemacs-configuration-layers '(evil-cleverparens))
Then enable it in your user-config
function:
(spacemacs/toggle-evil-cleverparens-on)