Auto-install adoc-mode
This commit is contained in:
parent
b3f9e25dd1
commit
c8a41db148
2 changed files with 3 additions and 1 deletions
|
@ -15,6 +15,7 @@
|
||||||
* Remove `prelude-fullscreen`, as these days people can use `toggle-frame-fullscreen` instead. (it was introduced in Emacs 24.4)
|
* Remove `prelude-fullscreen`, as these days people can use `toggle-frame-fullscreen` instead. (it was introduced in Emacs 24.4)
|
||||||
* Removed `beacon-mode`.
|
* Removed `beacon-mode`.
|
||||||
* Add the `ag` package. It provides a nice alternative to `grep` and has nice Projectile integration.
|
* 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
|
### Bugs fixed
|
||||||
|
|
||||||
|
|
|
@ -141,7 +141,8 @@ PACKAGE is installed only if not already present. The file is opened in MODE."
|
||||||
(,mode)))))
|
(,mode)))))
|
||||||
|
|
||||||
(defvar prelude-auto-install-alist
|
(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)
|
("\\.cmake\\'" cmake-mode cmake-mode)
|
||||||
("CMakeLists\\.txt\\'" cmake-mode cmake-mode)
|
("CMakeLists\\.txt\\'" cmake-mode cmake-mode)
|
||||||
("\\.coffee\\'" coffee-mode coffee-mode)
|
("\\.coffee\\'" coffee-mode coffee-mode)
|
||||||
|
|
Loading…
Reference in a new issue