aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/doom/config.el3
-rw-r--r--.config/doom/packages.el1
2 files changed, 4 insertions, 0 deletions
diff --git a/.config/doom/config.el b/.config/doom/config.el
index 205e318..30c5741 100644
--- a/.config/doom/config.el
+++ b/.config/doom/config.el
@@ -89,6 +89,9 @@
(advice-add #'doom-highlight-non-default-indentation-h :override #'ignore)
+;; Doom Emacs eventually removed highlight-numbers, which was useful to me.
+(add-hook! '(prog-mode-hook conf-mode-hook) #'highlight-numbers-mode)
+
;; The modeline I was using even before switching to Doom. I modify quite a few
;; things from the default installation so it is simpler.
(use-package! doom-modeline
diff --git a/.config/doom/packages.el b/.config/doom/packages.el
index b7a6c5d..f3367cb 100644
--- a/.config/doom/packages.el
+++ b/.config/doom/packages.el
@@ -3,3 +3,4 @@
(package! crux)
(package! message-view-patch)
+(package! highlight-numbers)