fix: File associations for gitconfig-mode and dockerfile-mode

This commit is contained in:
2020-01-26 18:58:52 +00:00
parent 8ed4a4e6f5
commit e1d64b8d19
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
;;; Code:
(use-package dockerfile-mode
:mode "Dockerfile.*\\'"
:mode "/Dockerfile\\'" "/Dockerfile\\..+\\'"
:hook (dockerfile-mode . siren-dockerfile-mode-setup)
:init

View File

@@ -7,7 +7,7 @@
;;; Code:
(use-package gitconfig-mode
:mode "\\.gitconfig" "gitconfig\\'" "\\.git\\\/config"
:mode "\\.gitconfig\\'" "gitconfig\\'" "\\.git/config\\'"
:hook (gitconfig-mode . siren-gitconfig-mode-setup)
:init