1
0
Fork 0

fix(emacs): use timer for git-gutter

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-04-11 20:54:53 -04:00
parent f61eb68276
commit a5864d6ba9
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -56,7 +56,11 @@
(use-package forge :straight t) (use-package forge :straight t)
(use-package neotree :straight t) (use-package neotree :straight t)
(use-package all-the-icons :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 hl-todo :straight t)
(use-package nano-theme (use-package nano-theme
:straight '(nano-theme :type git :host github :straight '(nano-theme :type git :host github