This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
emacs.el: Add auto-mode for tox.ini
pull/15/head
10sr
8 years ago
parent
811f3fe8ab
commit
1b637d8a48
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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")))
(defalias 'man 'woman)
(add-to-list 'auto-mode-alist
'("tox\\.ini\\'" . conf-unix-mode))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; python
Write
Preview
Loading…
Cancel
Save