Added vagrant-mode and fountain-mode to emacs file
Getty Ritter
9 years ago
70 | 70 |
;; for redo syntax highlighting
|
71 | 71 |
(add-to-list 'auto-mode-alist '("\\.do\\'" . sh-mode))
|
72 | 72 |
|
| 73 |
|
| 74 |
(use-package vagrant
|
| 75 |
:ensure t)
|
| 76 |
(add-to-list 'auto-mode-alist '("\\Vagrantfile\\'" . ruby-mode))
|
| 77 |
|
73 | 78 |
|
74 | 79 |
|
75 | 80 |
|