Skip to content

Commit

Permalink
dockerfile-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dgellow committed Feb 11, 2017
1 parent c944cab commit ab571c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion emacs.d/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Located under ~/.emacs.d/modules/ .")
'(js-indent-level 2)
'(package-selected-packages
(quote
(yasnippet yaml-mode web-mode scss-mode rainbow-mode use-package rainbow-delimiters racer python-mode projectile powerline nim-mode markdown-mode js2-mode jedi irony go-mode flx-ido expand-region exec-path-from-shell diminish company-anaconda cider bind-key)))
(dockerfile-mode yasnippet yaml-mode web-mode scss-mode rainbow-mode use-package rainbow-delimiters racer python-mode projectile powerline nim-mode markdown-mode js2-mode jedi irony go-mode flx-ido expand-region exec-path-from-shell diminish company-anaconda cider bind-key)))
'(web-mode-code-indent-offset 4))
(custom-set-faces
;; custom-set-faces was added by Custom.
Expand Down
1 change: 1 addition & 0 deletions emacs.d/modules/00-packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
company
company-anaconda
dash
dockerfile-mode
expand-region
exec-path-from-shell
flx
Expand Down

0 comments on commit ab571c7

Please sign in to comment.