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.