src.nth.io/

summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2025-10-02 10:12:51 -0500
committerLuke Hoersten <[email protected]>2025-10-02 10:12:51 -0500
commit2ab7c040f84162f6384ef2cdc1691d922d5bb402 (patch)
tree6dfe00fd9d24180efd77e5d8dfa553be52720437 /init.el
parentecfce3792971478491cf5b90d60d4b75d193eefc (diff)
Moved from zencoding for html to emmet:
Changes: - Package list: zencoding-mode → emmet-mode - html-mode hook: zencoding-mode → emmet-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