Auto-install adoc-mode

This commit is contained in:
Bozhidar Batsov 2020-09-23 14:50:47 +03:00
parent b3f9e25dd1
commit c8a41db148
2 changed files with 3 additions and 1 deletions

View file

@ -15,6 +15,7 @@
* Remove `prelude-fullscreen`, as these days people can use `toggle-frame-fullscreen` instead. (it was introduced in Emacs 24.4)
* Removed `beacon-mode`.
* Add the `ag` package. It provides a nice alternative to `grep` and has nice Projectile integration.
* Auto-install `adoc-mode` for AsciiDoc files.
### Bugs fixed

View file

@ -141,7 +141,8 @@ PACKAGE is installed only if not already present. The file is opened in MODE."
(,mode)))))
(defvar prelude-auto-install-alist
'(("\\.clj\\'" clojure-mode clojure-mode)
'(("\\.adoc\\'" adoc-mode adoc-mode)
("\\.clj\\'" clojure-mode clojure-mode)
("\\.cmake\\'" cmake-mode cmake-mode)
("CMakeLists\\.txt\\'" cmake-mode cmake-mode)
("\\.coffee\\'" coffee-mode coffee-mode)