From 1b637d8a482b556f502b952af068b5f66c535375 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Tue, 19 Jan 2016 15:43:29 +0900 Subject: [PATCH] emacs.el: Add auto-mode for tox.ini --- emacs.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emacs.el b/emacs.el index 15324a5..d47d9a6 100644 --- a/emacs.el +++ b/emacs.el @@ -1120,6 +1120,9 @@ IF OK-IF-ALREADY-EXISTS is true force download." "woman_cache.el"))) (defalias 'man 'woman) +(add-to-list 'auto-mode-alist + '("tox\\.ini\\'" . conf-unix-mode)) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; python