Defer blamer and fretboard
This commit is contained in:
parent
74737b7ff0
commit
00b32ed4af
@ -1120,6 +1120,7 @@ Return nil if DIR is not in a hugo project at all."
|
|||||||
:init (magit-todos-mode))
|
:init (magit-todos-mode))
|
||||||
(use-package blamer
|
(use-package blamer
|
||||||
:elpaca (:host github :repo "artawower/blamer.el")
|
:elpaca (:host github :repo "artawower/blamer.el")
|
||||||
|
:after magit
|
||||||
:custom
|
:custom
|
||||||
(blamer-view 'overlay)
|
(blamer-view 'overlay)
|
||||||
(blamer-idle-time 10)
|
(blamer-idle-time 10)
|
||||||
@ -1388,7 +1389,7 @@ Taken from https://howardism.org/Technical/Emacs/eshell-why.html"
|
|||||||
|
|
||||||
(use-package fretboard
|
(use-package fretboard
|
||||||
:elpaca (:host github :repo "vifon/fretboard.el")
|
:elpaca (:host github :repo "vifon/fretboard.el")
|
||||||
:defer t)
|
:commands fretboard)
|
||||||
|
|
||||||
(use-package power-mode
|
(use-package power-mode
|
||||||
:commands power-mode
|
:commands power-mode
|
||||||
|
Loading…
Reference in New Issue
Block a user