diff options
Diffstat (limited to 'modules')
-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))) |