init.el: Enable parinfer for scheme mode
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
cb3178bd7f
commit
d394871e7c
1 changed files with 2 additions and 1 deletions
3
init.el
3
init.el
|
@ -854,7 +854,8 @@
|
|||
:hook
|
||||
((emacs-lisp-mode . parinfer-mode)
|
||||
(common-lisp-mode . parinfer-mode)
|
||||
(lisp-mode . parinfer-mode)))
|
||||
(lisp-mode . parinfer-mode)
|
||||
(scheme-mode . parinfer-mode)))
|
||||
(use-package slime
|
||||
:commands slime-mode
|
||||
:init
|
||||
|
|
Loading…
Reference in a new issue