# HG changeset patch # User Oleksandr Gavenko # Date 1609623340 -7200 # Node ID 66790aade06ee9ea9956b13ad28fc8b98417169e # Parent 96846689e388fdc902a4077d9a92614916c3ed3b Do not automatically enable company-mode. diff -r 96846689e388 -r 66790aade06e .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'