From a85de5010db5ff4ef6be692a45c5ad4a235f7819 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Thu, 10 Nov 2016 16:38:45 -0500 Subject: [PATCH] Add tako association to emacs --- emacs/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs/init.el b/emacs/init.el index 736b6ff..a0a5b15 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -140,6 +140,7 @@ ;; python3 (add-to-list 'auto-mode-alist '("\\.py3\\'" . python-mode)) +(add-to-list 'auto-mode-alist '("\\.tako\\'" . python-mode)) ;; Missing things from scheme IDE (defun scheme-send-buffer ()