Sha256: 362615b66b162e707fc95b9b69e3b665281d697f2e3ddc3e4a9173347379c910
Contents?: true
Size: 420 Bytes
Versions: 161
Compression:
Stored size: 420 Bytes
Contents
;;-------------------------------------------------------------------- ;; Teach emacs to syntax highlight Vagrantfile as Ruby. ;; ;; Installation: Copy the line below into your emacs configuration, ;; or drop this file anywhere in your "~/.emacs.d" directory and be ;; sure to "load" it. ;;-------------------------------------------------------------------- (add-to-list 'auto-mode-alist '("Vagrantfile$" . ruby-mode))
Version data entries
161 entries across 154 versions & 21 rubygems