fix(emacs): constrain git-gutter-mode
to prog-mode
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
fc8e1f0b8e
commit
c55d3eb1be
2 changed files with 1 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue