Global company mode
This commit is contained in:
parent
5e7a3d20fc
commit
bd4694c8c6
1 changed files with 5 additions and 4 deletions
|
|
@ -319,13 +319,14 @@
|
|||
(add-hook 'text-mode-hook 'my-text-mode-hook)
|
||||
|
||||
;; =================================================================
|
||||
;; Company?
|
||||
;; Company? Company.
|
||||
;; =================================================================
|
||||
(use-package company :ensure t
|
||||
:commands company-mode
|
||||
:hook
|
||||
(typescript-mode . company-mode)
|
||||
(python-mode . company-mode) ;; 2023-08-23 Adding company-mode to compose with eglot
|
||||
:config
|
||||
;; 2023-08-26: Enable comapny mode globally.
|
||||
(setq company-idle-delay 0.3)
|
||||
(global-company-mode t)
|
||||
)
|
||||
|
||||
;; =================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue