fixed erlang-mode package name
This commit is contained in:
parent
601ac1294c
commit
5f75563458
1 changed files with 2 additions and 1 deletions
|
@ -38,6 +38,7 @@
|
||||||
'("melpa" . "http://melpa.milkbox.net/packages/") t)
|
'("melpa" . "http://melpa.milkbox.net/packages/") t)
|
||||||
(package-initialize)
|
(package-initialize)
|
||||||
|
|
||||||
|
;; required because of a package.el bug
|
||||||
(setq url-http-attempt-keepalives nil)
|
(setq url-http-attempt-keepalives nil)
|
||||||
|
|
||||||
(defvar prelude-packages
|
(defvar prelude-packages
|
||||||
|
@ -82,7 +83,7 @@
|
||||||
("\\.less\\'" . less-css-mode)
|
("\\.less\\'" . less-css-mode)
|
||||||
("\\.lua\\'" . lua-mode)
|
("\\.lua\\'" . lua-mode)
|
||||||
("\\.coffee\\'" . coffee-mode)
|
("\\.coffee\\'" . coffee-mode)
|
||||||
("\\.erl\\'" . erlang-mode)
|
("\\.erl\\'" . erlang)
|
||||||
("\\.feature\\'" . feature-mode)))
|
("\\.feature\\'" . feature-mode)))
|
||||||
|
|
||||||
;; markdown-mode doesn't have autoloads for the auto-mode-alist
|
;; markdown-mode doesn't have autoloads for the auto-mode-alist
|
||||||
|
|
Loading…
Reference in a new issue