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