From 8fae63f87ac29fa45dc81913dee990f86ba0e2e1 Mon Sep 17 00:00:00 2001 From: Miranda Marquez Date: Thu, 18 Jul 2024 12:23:36 -0800 Subject: [PATCH] use custom nlinum fork that doesnt require the original --- init.el | 5 +++++ 1 file changed, 5 insertions(+) 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)