Do not automatically enable company-mode.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 02 Jan 2021 23:35:40 +0200
changeset 1690 66790aade06e
parent 1689 96846689e388
child 1691 e09737722983
Do not automatically enable company-mode.
.emacs-my
--- a/.emacs-my	Sat Jan 02 23:29:48 2021 +0200
+++ b/.emacs-my	Sat Jan 02 23:35:40 2021 +0200
@@ -1268,9 +1268,6 @@
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 (message "company")
 
-(when (and (fboundp 'package-installed-p) (package-installed-p 'company))
-  (require 'company))
-
 (setq company-tooltip-align-annotations t)
 
 (setq company-dabbrev-other-buffers 'all) ; or `t' or `nil'