Browse Source

emacs.el: Add auto-mode for tox.ini

pull/15/head
10sr 8 years ago
parent
commit
1b637d8a48
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      emacs.el

+ 3
- 0
emacs.el View File

@@ -1120,6 +1120,9 @@ IF OK-IF-ALREADY-EXISTS is true force download."
"woman_cache.el"))) "woman_cache.el")))
(defalias 'man 'woman) (defalias 'man 'woman)


(add-to-list 'auto-mode-alist
'("tox\\.ini\\'" . conf-unix-mode))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; python ;; python




Loading…
Cancel
Save