fix(emacs): indent struct/contract
correctly in racket
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
bbb2528226
commit
68e83ec4a6
1 changed files with 3 additions and 1 deletions
|
@ -46,7 +46,9 @@
|
||||||
("C-c C-z" . racket-edit-switch))
|
("C-c C-z" . racket-edit-switch))
|
||||||
:hook
|
:hook
|
||||||
((racket-mode . racket-xp-mode)
|
((racket-mode . racket-xp-mode)
|
||||||
(racket-mode . paredit-mode)))
|
(racket-mode . paredit-mode))
|
||||||
|
:init
|
||||||
|
(put 'struct/contract 'racket-indent-function 1))
|
||||||
(use-package pollen-mode :straight t
|
(use-package pollen-mode :straight t
|
||||||
:init
|
:init
|
||||||
(setq auto-mode-alist
|
(setq auto-mode-alist
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue