Browse Source

Merge pull request #890 from CNBorn/patch-1

add json-mode auto installation
custom
Bozhidar Batsov 10 years ago
parent
commit
bcdc411744
  1. 1
      core/prelude-packages.el

1
core/prelude-packages.el

@ -143,6 +143,7 @@ PACKAGE is installed only if not already present. The file is opened in MODE."
("\\.groovy\\'" groovy-mode groovy-mode)
("\\.haml\\'" haml-mode haml-mode)
("\\.hs\\'" haskell-mode haskell-mode)
("\\.json\\'" json-mode json-mode)
("\\.kv\\'" kivy-mode kivy-mode)
("\\.latex\\'" auctex LaTeX-mode)
("\\.less\\'" less-css-mode less-css-mode)

Loading…
Cancel
Save