Auto-install racket-mode if needed
This commit is contained in:
parent
8531abfb0c
commit
f9fb902185
2 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
* Add a Racket module.
|
||||
* Add a Lua module.
|
||||
* Auto-install `racket-mode` if needed.
|
||||
|
||||
### Changes
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue