Highlight-numbers on every prog-mode

This commit is contained in:
Aria 2018-07-29 12:19:56 +10:00
parent a07126f611
commit 90d09e6f93
6 changed files with 3 additions and 7 deletions

View file

@ -15,7 +15,6 @@
:mode ("\\.zunit\\'" . sh-mode)
:mode ("/bspwmrc\\'" . sh-mode)
:config
(add-hook 'sh-mode-hook #'highlight-numbers-mode)
(set-electric! 'sh-mode :words '("else" "elif" "fi" "done" "then" "do" "esac" ";;"))
(set-repl-handler! 'sh-mode #'+sh/repl)