gdritter repos dotfiles / 7a9485c
Added vagrant-mode and fountain-mode to emacs file Getty Ritter 8 years ago
1 changed file(s) with 5 addition(s) and 0 deletion(s). Collapse all Expand all
7070 ;; for redo syntax highlighting
7171 (add-to-list 'auto-mode-alist '("\\.do\\'" . sh-mode))
7272
73
74 (use-package vagrant
75 :ensure t)
76 (add-to-list 'auto-mode-alist '("\\Vagrantfile\\'" . ruby-mode))
77
7378
7479
7580