From 328ea5e6acd41fd13a010224fe11999f382e9397 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 31 Dec 2016 03:03:22 -0500 Subject: [PATCH] module-sh: enable highlight-numbers-mode --- modules/module-sh.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/module-sh.el b/modules/module-sh.el index 9c5cb62b1..15f0b4934 100644 --- a/modules/module-sh.el +++ b/modules/module-sh.el @@ -6,7 +6,7 @@ ("/\\.?bash\\(/.*\\|rc\\|_profile\\)$" . sh-mode) ("/\\.?xinitrc$" . 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 (def-company-backend! sh-mode (shell)) (def-electric! sh-mode :words ("else" "elif" "fi" "done" "then" "do" "esac" ";;"))