Browse Source

Add tox.ini

master
10sr 6 years ago
parent
commit
1b58d8188a
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      emacs.el

+ 3
- 1
emacs.el View File

@@ -1,6 +1,6 @@
;;; emacs.el --- 10sr emacs initialization ;;; 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: ;;; Code:


@@ -1205,6 +1205,8 @@ found, otherwise returns nil."
'("tox\\.ini\\'" . conf-unix-mode)) '("tox\\.ini\\'" . conf-unix-mode))


(when (autoload-eval-lazily 'toml-mode) (when (autoload-eval-lazily 'toml-mode)
(add-to-list 'auto-mode-alist
'("/tox\\.ini\\'" . toml-mode))
(add-to-list 'auto-mode-alist (add-to-list 'auto-mode-alist
'("/Pipfile\\'" . toml-mode))) '("/Pipfile\\'" . toml-mode)))




Loading…
Cancel
Save