feat(lisp): Install and enable adjust-parens
This commit is contained in:
parent
b713aab0d1
commit
ed4cc264fa
3 changed files with 3 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue