From 974fdd31acc72ffab4395254debbdefb19051355 Mon Sep 17 00:00:00 2001 From: rawley Date: Sun, 29 Jun 2025 22:42:40 -0600 Subject: [PATCH] Update web-mode stuff, theme --- init.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 1f27910..676bb90 100644 --- a/init.el +++ b/init.el @@ -118,7 +118,9 @@ :ensure t :config (add-to-list 'auto-mode-alist '("\\.html.ep\\'" . web-mode)) - (add-to-list 'auto-mode-alist '("\\.tmpl\\'" . web-mode))) + (add-to-list 'auto-mode-alist '("\\.tmpl\\'" . web-mode)) + (add-to-list 'auto-mode-alist '("\\.tt2\\'" . web-mode)) + (add-to-list 'auto-mode-alist '("\\.tt\\'" . web-mode))) (use-package json-mode :ensure t) (use-package yaml-mode @@ -330,6 +332,8 @@ (require 'evil) (evil-mode 1) +(disable-theme) ; For now... + (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.