diff options
author | Jesus E <heckyel@riseup.net> | 2023-05-13 14:10:49 -0400 |
---|---|---|
committer | Jesus E <heckyel@riseup.net> | 2023-05-13 14:10:49 -0400 |
commit | 79cc50ce6462382f3a5627892507fca2177baa9a (patch) | |
tree | d9380f463e6ca60b90f7a0a32c91c3746498e213 | |
parent | 21f2cf3a08d1ab747dee412096d3dc777f09dabd (diff) | |
download | emacs-personal-79cc50ce6462382f3a5627892507fca2177baa9a.tar.lz emacs-personal-79cc50ce6462382f3a5627892507fca2177baa9a.tar.xz emacs-personal-79cc50ce6462382f3a5627892507fca2177baa9a.zip |
Remove unused lines comments
-rw-r--r-- | modules/init-linum.el | 9 |
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))) |