From e8e9538c7ca9f9b9403332253362cfcdb28c84e6 Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Tue, 11 Oct 2022 12:08:59 -0800 Subject: [PATCH] Fix linum-relative fork not downloading --- lisp/mitch-packages.el | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index 0653073..26f56c4 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -283,8 +283,10 @@ targets." ;; SORTA WORKING: Relative line numbers with stuff (use-package linum-relative - :straight (:type git - :host "https://git.mitchmarq42.xyz/mitch/linum-relative-justify.el") + :straight (:host nil + :type git + :repo + "https://git.mitchmarq42.xyz/mitch/linum-relative-justify.el") :diminish :custom (linum-relative-current-symbol "") :init @@ -292,11 +294,7 @@ targets." (require 'linum-relative) (add-hook 'prog-mode-hook #'display-line-numbers-equalize) (add-hook 'prog-mode-hook #'linum-relative-mode) - (add-hook 'minibuffer-exit-hook #'linum-relative-on) - :custom - (linum-relative-current-symbol "") - ) -;; (setq display-line-numbers-mode 'relative) + (add-hook 'minibuffer-exit-hook #'linum-relative-on)) ;; broken terminal that doesn't compile but at least it's fast when it does (use-package vterm