Fix linum-relative fork not downloading
This commit is contained in:
parent
eae0d246e6
commit
e8e9538c7c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user