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
|
(use-package! parinfer
|
||||||
:unless (featurep! +rust)
|
:unless (featurep! +rust)
|
||||||
:hook ((emacs-lisp-mode
|
:hook ((emacs-lisp-mode
|
||||||
clojure-mode
|
clojure-mode
|
||||||
scheme-mode
|
scheme-mode
|
||||||
lisp-mode
|
lisp-mode
|
||||||
racket-mode
|
racket-mode
|
||||||
hy-mode) . parinfer-mode)
|
hy-mode) . parinfer-mode)
|
||||||
:init
|
:init
|
||||||
(setq parinfer-extensions
|
(setq parinfer-extensions
|
||||||
'(defaults
|
'(defaults
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue