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
|
@ -89,9 +89,6 @@
|
|||
:weight 'semi-bold
|
||||
:underline t)
|
||||
|
||||
;; Git Gutter
|
||||
(global-git-gutter-mode +1)
|
||||
|
||||
;; Elfeed
|
||||
(setq elfeed-feeds
|
||||
'(("https://edwardwibowo.com/rss.xml" blog)
|
||||
|
|
|
@ -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