From 2ab7c040f84162f6384ef2cdc1691d922d5bb402 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Thu, 2 Oct 2025 10:12:51 -0500 Subject: Moved from zencoding for html to emmet: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes: - Package list: zencoding-mode → emmet-mode - html-mode hook: zencoding-mode → emmet-mode --- init.el | 4 ++-- 1 file 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 -- cgit v1.2.3