Supports highlighting current line number
This commit is contained in:
parent
de77b31e7f
commit
e7f276b9d4
1 changed files with 7 additions and 0 deletions
|
@ -130,6 +130,13 @@
|
||||||
(add-to-list 'load-path "~/.emacs.d/wc-downloads")
|
(add-to-list 'load-path "~/.emacs.d/wc-downloads")
|
||||||
|
|
||||||
|
|
||||||
|
;; Extend linum to highlight current line numbers
|
||||||
|
(use-package hlinum
|
||||||
|
:ensure t
|
||||||
|
:config
|
||||||
|
(hlinum-activate))
|
||||||
|
|
||||||
|
|
||||||
;; Smart Mode Line
|
;; Smart Mode Line
|
||||||
(use-package smart-mode-line
|
(use-package smart-mode-line
|
||||||
:ensure t
|
:ensure t
|
||||||
|
|
Loading…
Reference in a new issue