aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus E <heckyel@riseup.net>2023-05-13 14:10:49 -0400
committerJesus E <heckyel@riseup.net>2023-05-13 14:10:49 -0400
commit79cc50ce6462382f3a5627892507fca2177baa9a (patch)
treed9380f463e6ca60b90f7a0a32c91c3746498e213
parent21f2cf3a08d1ab747dee412096d3dc777f09dabd (diff)
downloademacs-personal-79cc50ce6462382f3a5627892507fca2177baa9a.tar.lz
emacs-personal-79cc50ce6462382f3a5627892507fca2177baa9a.tar.xz
emacs-personal-79cc50ce6462382f3a5627892507fca2177baa9a.zip
Remove unused lines comments
-rw-r--r--modules/init-linum.el9
1 files changed, 0 insertions, 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)))