use custom nlinum fork that doesnt require the original

This commit is contained in:
Miranda Marquez 2024-07-18 12:23:36 -08:00
parent 5318c3ce3b
commit 8fae63f87a

View File

@ -665,6 +665,11 @@ targets."
;; upd: this is not waht that does 💀
;; (use-package el-patch)
;; 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
:custom
(nlinum-relative-redisplay-delay 0)