mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-17 13:33:36 -05:00
Add module-sh
This commit is contained in:
11
modules/module-sh.el
Normal file
11
modules/module-sh.el
Normal file
@@ -0,0 +1,11 @@
|
||||
;;; module-sh.el --- description
|
||||
|
||||
;; [pedantry intensifies]
|
||||
(after! sh-mode
|
||||
(defadvice sh-mode (after sh-mode-rename-modeline activate)
|
||||
(setq mode-name "Sh"))
|
||||
|
||||
(add-hook! sh-mode 'flycheck-mode))
|
||||
|
||||
(provide 'module-sh)
|
||||
;;; module-sh.el ends here
|
Reference in New Issue
Block a user