From 79cc50ce6462382f3a5627892507fca2177baa9a Mon Sep 17 00:00:00 2001 From: Jesus E Date: Sat, 13 May 2023 14:10:49 -0400 Subject: [PATCH] Remove unused lines comments --- modules/init-linum.el | 9 --------- 1 file changed, 9 deletions(-) diff --git a/modules/init-linum.el b/modules/init-linum.el index c99ec20..df2ce3e 100644 --- a/modules/init-linum.el +++ b/modules/init-linum.el @@ -32,15 +32,6 @@ ad-do-it)) (ad-activate 'linum-update) - ;; Colors line active - ;; set in file init-theme.el - ;; for example: - ;; (defface my-linum-hl - ;; '((t :background "gray20" :foreground "gold")) - ;; "Face for the currently active Line number" - ;; :group 'linum) - ;; ) - :bind (([f6] . linum-mode)))