diff options
Diffstat (limited to '.config/doom/config.el')
| -rw-r--r-- | .config/doom/config.el | 3 |
1 files changed, 3 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 |
