Skip to content

Commit

Permalink
[doom] disable company-mode when in shell
Browse files Browse the repository at this point in the history
  • Loading branch information
mqcmd196 committed Feb 7, 2025
1 parent a8408d4 commit 644e1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/emacs/doom/config/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
(after! company
(setq company-dabbrev-downcase 0)
(setq company-idle-delay 0)
(setq company-global-modes '(not latex-mode))
(setq company-global-modes '(not latex-mode shell-mode))
(define-key company-active-map [tab] 'company-complete-selection)
(define-key company-active-map (kbd "TAB") 'company-complete-selection)
(define-key company-active-map (kbd "M-n") 'company-select-next)
Expand Down

0 comments on commit 644e1f5

Please sign in to comment.