Add zencoding-mode

This commit is contained in:
2013-02-01 10:09:27 +00:00
parent 2e65b91ae1
commit 1331bf7290

View File

@@ -73,7 +73,8 @@
writegood-mode
writeroom-mode
yaml-mode
yasnippet)
yasnippet
zencoding-mode)
"A list of packages to install from MELPA at launch.")
;; Packages to install from el-get
@@ -157,7 +158,11 @@
;; Load yasnippet
(when (require 'yasnippet nil 'noerror)
(yas/global-mode t)))
(yas/global-mode t))
;; Load zencoding-mode in any markup modes
(when (require 'zencoding-mode nil 'noerror)
(add-hook 'sgml-mode-hook 'zencoding-mode)))
;;