[emacs] Global company mode, properly
This commit is contained in:
parent
fdbddfc8eb
commit
f7c8b844da
1 changed files with 3 additions and 1 deletions
|
|
@ -323,10 +323,12 @@
|
|||
;; =================================================================
|
||||
(use-package company :ensure t
|
||||
:commands company-mode
|
||||
:init
|
||||
;; 2023-08-26: Enable comapny mode globally.
|
||||
(global-company-mode t)
|
||||
: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