From fbc03f3e4ffcaaf2e1c83def23b4771dc3a1be09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Wed, 6 Nov 2019 17:36:22 -0500 Subject: [PATCH] Fix typo --- modules/init-linum.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"