use custom nlinum fork that doesnt require the original
This commit is contained in:
parent
5318c3ce3b
commit
8fae63f87a
5
init.el
5
init.el
@ -665,6 +665,11 @@ targets."
|
|||||||
;; upd: this is not waht that does 💀
|
;; upd: this is not waht that does 💀
|
||||||
;; (use-package el-patch)
|
;; (use-package el-patch)
|
||||||
;; SORTA WORKING: Relative line numbers with stuff
|
;; SORTA WORKING: Relative line numbers with stuff
|
||||||
|
(use-package nlinum
|
||||||
|
:custom-face
|
||||||
|
(linum
|
||||||
|
((t (:foreground "#303030"))))
|
||||||
|
:ensure (:repo "https://git.marq42.xyz/mir/nlinum"))
|
||||||
(use-package nlinum-relative
|
(use-package nlinum-relative
|
||||||
:custom
|
:custom
|
||||||
(nlinum-relative-redisplay-delay 0)
|
(nlinum-relative-redisplay-delay 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user