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