1
0
Fork 0

fix(emacs): constrain git-gutter-mode to prog-mode

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-01-31 10:03:25 -05:00
parent fc8e1f0b8e
commit c55d3eb1be
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
2 changed files with 1 additions and 3 deletions

View file

@ -146,6 +146,7 @@
(add-hook 'company-mode-hook 'company-box-mode)
(add-hook 'prog-mode-hook #'git-gutter-mode)
(add-hook 'racket-mode-hook #'lsp)
(add-hook 'rustic-mode-hook #'lsp)
(add-hook 'python-mode-hook #'lsp)