Browse Source

Auto install thrift-mode

custom
toctan 11 years ago
parent
commit
33481e5a7d
  1. 1
      core/prelude-packages.el

1
core/prelude-packages.el

@ -159,6 +159,7 @@ PACKAGE is installed only if not already present. The file is opened in MODE."
("\\.slim\\'" slim-mode slim-mode) ("\\.slim\\'" slim-mode slim-mode)
("\\.swift\\'" swift-mode swift-mode) ("\\.swift\\'" swift-mode swift-mode)
("\\.textile\\'" textile-mode textile-mode) ("\\.textile\\'" textile-mode textile-mode)
("\\.thrift\\'" thrift thrift-mode)
("\\.yml\\'" yaml-mode yaml-mode) ("\\.yml\\'" yaml-mode yaml-mode)
("\\.yaml\\'" yaml-mode yaml-mode) ("\\.yaml\\'" yaml-mode yaml-mode)
("Dockerfile\\'" dockerfile-mode dockerfile-mode))) ("Dockerfile\\'" dockerfile-mode dockerfile-mode)))

Loading…
Cancel
Save