Remove unused lines comments

This commit is contained in:
Jesus E 2023-05-13 14:10:49 -04:00
parent 21f2cf3a08
commit 79cc50ce64
No known key found for this signature in database
GPG Key ID: 159C8F8BC9AED8B6

View File

@ -32,15 +32,6 @@
ad-do-it)) ad-do-it))
(ad-activate 'linum-update) (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 :bind
(([f6] . linum-mode))) (([f6] . linum-mode)))