Add dockerfile-mode

This commit is contained in:
Jesús
2021-02-28 22:02:50 -05:00
parent 8ce00c8a0d
commit 91d8471e42
3 changed files with 13 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
;;; init-dockerfile.el --- .Emacs Configuration -*- lexical-binding: t -*-
;;; Commentary:
;;
;;; Code:
;; dockerfile-mode
(use-package dockerfile-mode
:mode ("Dockerfile\\'" . dockerfile-mode))
(provide 'init-dockerfile)
;;; init-dockerfile.el ends here