summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rwxr-xr-xinit.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el
index 583082f..e8f61bc 100755
--- a/init.el
+++ b/init.el
@@ -409,3 +409,6 @@
(require 'magit-gitflow)
(add-hook 'magit-mode-hook 'turn-on-magit-gitflow))))
+
+
+(add-to-list 'auto-mode-alist '("\\.tt$" . web-mode))