From 1b58d8188ab169d48f52041de76f182040274bd1 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Tue, 9 Oct 2018 19:28:38 +0900 Subject: [PATCH] Add tox.ini --- emacs.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 39f857c..9847973 100644 --- a/emacs.el +++ b/emacs.el @@ -1,6 +1,6 @@ ;;; emacs.el --- 10sr emacs initialization -;; Time-stamp: <2018-10-09 16:36:20 JST 10sr> +;; Time-stamp: <2018-10-09 19:28:35 JST 10sr> ;;; Code: @@ -1205,6 +1205,8 @@ found, otherwise returns nil." '("tox\\.ini\\'" . conf-unix-mode)) (when (autoload-eval-lazily 'toml-mode) + (add-to-list 'auto-mode-alist + '("/tox\\.ini\\'" . toml-mode)) (add-to-list 'auto-mode-alist '("/Pipfile\\'" . toml-mode)))