diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/init-linum.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/init-linum.el b/modules/init-linum.el index 8c48c9d..c99ec20 100644 --- a/modules/init-linum.el +++ b/modules/init-linum.el @@ -34,7 +34,7 @@ ;; Colors line active ;; set in file init-theme.el - ;; fox example: + ;; for example: ;; (defface my-linum-hl ;; '((t :background "gray20" :foreground "gold")) ;; "Face for the currently active Line number" |