src.nth.io/

summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.el b/init.el
index 24077b3..afe1581 100644
--- a/init.el
+++ b/init.el
@@ -68,7 +68,7 @@
orderless consult marginalia magit markdown-mode hgignore-mode move-text paredit
rainbow-delimiters json-mode json-reformat flycheck
solarized-theme terraform-mode visual-regexp yasnippet yaml-mode
- zencoding-mode))
+ emmet-mode))
;; (custom-set-variables
;; '(package-selected-packages
@@ -217,7 +217,7 @@
;;; html-mode
(add-to-list 'auto-mode-alist '("\\.tpl\\'" . html-mode))
-(add-hook 'html-mode-hook 'zencoding-mode)
+(add-hook 'html-mode-hook 'emmet-mode)
;;; color-modes map