1
0
Fork 0

Add tako association to emacs

This commit is contained in:
Jeremy Kaplan 2016-11-10 16:38:45 -05:00
commit a85de5010d

View file

@ -140,6 +140,7 @@
;; python3 ;; python3
(add-to-list 'auto-mode-alist '("\\.py3\\'" . python-mode)) (add-to-list 'auto-mode-alist '("\\.py3\\'" . python-mode))
(add-to-list 'auto-mode-alist '("\\.tako\\'" . python-mode))
;; Missing things from scheme IDE ;; Missing things from scheme IDE
(defun scheme-send-buffer () (defun scheme-send-buffer ()