lang/racket: minor reformatting
This commit is contained in:
parent
53b246ef8c
commit
253660095f
1 changed files with 4 additions and 6 deletions
|
@ -5,10 +5,8 @@
|
||||||
:config
|
:config
|
||||||
(set-popup-rule! "^\\*Racket REPL" :size 10 :select t)
|
(set-popup-rule! "^\\*Racket REPL" :size 10 :select t)
|
||||||
(set-repl-handler! 'racket-mode #'+racket/repl)
|
(set-repl-handler! 'racket-mode #'+racket/repl)
|
||||||
(set-company-backend! 'racket-mode '(company-abbrev
|
(set-company-backend! 'racket-mode
|
||||||
company-dabbrev-code
|
'(company-abbrev company-dabbrev-code company-dabbrev company-files))
|
||||||
company-dabbrev
|
|
||||||
company-files))
|
|
||||||
(set-lookup-handlers! 'racket-mode
|
(set-lookup-handlers! 'racket-mode
|
||||||
:definition #'racket-describe
|
:definition #'racket-describe
|
||||||
:documentation #'racket-doc)
|
:documentation #'racket-doc)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue