module-sh: enable highlight-numbers-mode
This commit is contained in:
parent
c85bd02ecb
commit
328ea5e6ac
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
("/\\.?bash\\(/.*\\|rc\\|_profile\\)$" . sh-mode)
|
("/\\.?bash\\(/.*\\|rc\\|_profile\\)$" . sh-mode)
|
||||||
("/\\.?xinitrc$" . sh-mode)
|
("/\\.?xinitrc$" . sh-mode)
|
||||||
("/bspwmrc$" . sh-mode))
|
("/bspwmrc$" . sh-mode))
|
||||||
:init (add-hook! sh-mode '(flycheck-mode doom|sh-extra-font-lock-activate))
|
:init (add-hook! sh-mode '(flycheck-mode doom|sh-extra-font-lock-activate highlight-numbers-mode))
|
||||||
:config
|
:config
|
||||||
(def-company-backend! sh-mode (shell))
|
(def-company-backend! sh-mode (shell))
|
||||||
(def-electric! sh-mode :words ("else" "elif" "fi" "done" "then" "do" "esac" ";;"))
|
(def-electric! sh-mode :words ("else" "elif" "fi" "done" "then" "do" "esac" ";;"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue