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
|
;; SORTA WORKING: Relative line numbers with stuff
|
||||||
(use-package linum-relative
|
(use-package linum-relative
|
||||||
:straight (:type git
|
:straight (:host nil
|
||||||
:host "https://git.mitchmarq42.xyz/mitch/linum-relative-justify.el")
|
:type git
|
||||||
|
:repo
|
||||||
|
"https://git.mitchmarq42.xyz/mitch/linum-relative-justify.el")
|
||||||
:diminish
|
:diminish
|
||||||
:custom (linum-relative-current-symbol "")
|
:custom (linum-relative-current-symbol "")
|
||||||
:init
|
:init
|
||||||
@ -292,11 +294,7 @@ targets."
|
|||||||
(require 'linum-relative)
|
(require 'linum-relative)
|
||||||
(add-hook 'prog-mode-hook #'display-line-numbers-equalize)
|
(add-hook 'prog-mode-hook #'display-line-numbers-equalize)
|
||||||
(add-hook 'prog-mode-hook #'linum-relative-mode)
|
(add-hook 'prog-mode-hook #'linum-relative-mode)
|
||||||
(add-hook 'minibuffer-exit-hook #'linum-relative-on)
|
(add-hook 'minibuffer-exit-hook #'linum-relative-on))
|
||||||
:custom
|
|
||||||
(linum-relative-current-symbol "")
|
|
||||||
)
|
|
||||||
;; (setq display-line-numbers-mode 'relative)
|
|
||||||
|
|
||||||
;; broken terminal that doesn't compile but at least it's fast when it does
|
;; broken terminal that doesn't compile but at least it's fast when it does
|
||||||
(use-package vterm
|
(use-package vterm
|
||||||
|
Loading…
Reference in New Issue
Block a user