mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix sh-mode autoload
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
;;; module-sh.el
|
||||
|
||||
(use-package sh-script
|
||||
:mode ("\\.\\(ba\\|z\\)sh$"
|
||||
"/\\.?z\\(sh\\(/.*\\|$\\)\\|profile\\|log\\(in\\|out\\)\\|sh\\(rc\\|env\\)\\)$"
|
||||
"/\\.?bash\\(/.*\\|rc\\|_profile\\)$")
|
||||
:mode (("\\.\\(ba\\|z\\)sh$" . sh-mode)
|
||||
("/\\.?z\\(sh\\(/.*\\|$\\)\\|profile\\|log\\(in\\|out\\)\\|sh\\(rc\\|env\\)\\)$" . sh-mode)
|
||||
("/\\.?bash\\(/.*\\|rc\\|_profile\\)$" . sh-mode))
|
||||
:init
|
||||
(add-hook! sh-mode
|
||||
'(flycheck-mode narf|sh-extra-font-lock-activate))
|
||||
|
Reference in New Issue
Block a user