init.el
changeset 106 21828209cc73
parent 105 e45e60614994
child 107 79cddb8296e6
--- a/init.el	Thu Oct 02 09:50:40 2025 -0500
+++ b/init.el	Thu Oct 02 10:12:51 2025 -0500
@@ -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