diff --git a/init.el b/init.el index f161f7c..ceb328a 100644 --- a/init.el +++ b/init.el @@ -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)