diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-02-04T12·42+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2018-02-04T12·43+0100 |
commit | ed4cc264fa725835372dbd4d926ac0bf75544a08 (patch) | |
tree | c9081b951166a1c8ebc49d7b50786f043257722b /init/lisp-setup.el | |
parent | b713aab0d12a5c90d2ef1fe5b17f7d075cabacce (diff) |
feat(lisp): Install and enable adjust-parens
Diffstat (limited to 'init/lisp-setup.el')
-rw-r--r-- | init/lisp-setup.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/lisp-setup.el b/init/lisp-setup.el index e4174b587b22..62bb1122ad45 100644 --- a/init/lisp-setup.el +++ b/init/lisp-setup.el @@ -5,6 +5,7 @@ (add-to-list 'lisp-mode-hook #'company-mode) (add-to-list 'lisp-mode-hook #'paredit-mode) +(add-to-list 'lisp-mode-hook #'adjust-parens-mode) (define-key lisp-mode-map (kbd "TAB") #'company-indent-or-complete-common) |