fix(emacs): use timer for git-gutter
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
f61eb68276
commit
a5864d6ba9
1 changed files with 5 additions and 1 deletions
|
@ -56,7 +56,11 @@
|
|||
(use-package forge :straight t)
|
||||
(use-package neotree :straight t)
|
||||
(use-package all-the-icons :straight t)
|
||||
(use-package git-gutter :straight t)
|
||||
(use-package git-gutter :straight t
|
||||
:custom
|
||||
(git-gutter:update-interval 1)
|
||||
:config
|
||||
(git-gutter:start-update-timer))
|
||||
(use-package hl-todo :straight t)
|
||||
(use-package nano-theme
|
||||
:straight '(nano-theme :type git :host github
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue