Fix incorrect indentation.
Signed-off-by: Johan Thoren <johan@thoren.xyz>
This commit is contained in:
parent
4ff23752f2
commit
8262e1b552
1 changed files with 5 additions and 5 deletions
|
@ -3,11 +3,11 @@
|
|||
(use-package! parinfer
|
||||
:unless (featurep! +rust)
|
||||
:hook ((emacs-lisp-mode
|
||||
clojure-mode
|
||||
scheme-mode
|
||||
lisp-mode
|
||||
racket-mode
|
||||
hy-mode) . parinfer-mode)
|
||||
clojure-mode
|
||||
scheme-mode
|
||||
lisp-mode
|
||||
racket-mode
|
||||
hy-mode) . parinfer-mode)
|
||||
:init
|
||||
(setq parinfer-extensions
|
||||
'(defaults
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue