Auto-install racket-mode if needed

This commit is contained in:
Bozhidar Batsov 2021-03-13 19:09:39 +02:00
parent 8531abfb0c
commit f9fb902185
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@
* Add a Racket module.
* Add a Lua module.
* Auto-install `racket-mode` if needed.
### Changes

View file

@ -182,6 +182,7 @@ PACKAGE is installed only if not already present. The file is opened in MODE."
("\\.pyi\\'" cython-mode cython-mode)
("\\.pyx\\'" cython-mode cython-mode)
("PKGBUILD\\'" pkgbuild-mode pkgbuild-mode)
("\\.rkt\\'" racket-mode racket-mode)
("\\.rs\\'" rust-mode rust-mode)
("\\.sass\\'" sass-mode sass-mode)
("\\.scala\\'" scala-mode scala-mode)