Skip to content

Commit

Permalink
Change dockerfile-mode :mode string
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiegley committed Jul 15, 2016
1 parent 5e1efb8 commit b824eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.el
Expand Up @@ -1520,7 +1520,7 @@ Inspired by Erik Naggum's `recursive-edit-with-single-window'."
:load-path "site-lisp/docker-el/")

(use-package dockerfile-mode
:mode ("\\`Dockerfile\\'" . dockerfile-mode)
:mode ("Dockerfile\\'" . dockerfile-mode)
:load-path "site-lisp/dockerfile-mode/")

(use-package doxymacs
Expand Down

0 comments on commit b824eac

Please sign in to comment.