Skip to content

Commit

Permalink
Add Hashicorp Configuration Language mode for Otto
Browse files Browse the repository at this point in the history
  • Loading branch information
mwunsch committed Apr 13, 2016
1 parent 3df6e46 commit 1a03673
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions init.el
Expand Up @@ -25,6 +25,7 @@
flycheck
gist
haskell-mode
hcl-mode
ido-ubiquitous
ido-vertical-mode
inf-ruby
Expand Down Expand Up @@ -133,6 +134,7 @@
(add-to-list 'auto-mode-alist '("\\.erb\\'" . web-mode))
(add-to-list 'auto-mode-alist '("\\.jsx\\'" . web-mode))
(add-to-list 'auto-mode-alist '("\\.hbs\\'" . web-mode))
(add-to-list 'auto-mode-alist '("Appfile\\'" . hcl-mode))

(setq solarized-distinct-fringe-background t)
(setq solarized-high-contrast-mode-line t)
Expand Down

0 comments on commit 1a03673

Please sign in to comment.