Defer blamer and fretboard

This commit is contained in:
MitchMarq42 2023-03-26 20:03:29 -08:00
parent 74737b7ff0
commit 00b32ed4af

View File

@ -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