From 82452cc88973ee9e8d752d1d80ee62f483c8526e Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Mon, 7 Oct 2019 18:01:46 +0200 Subject: Emacs: Some company changes --- dot.emacs.d/init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index cd764f9..f460ff4 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -82,7 +82,9 @@ :bind (:map company-mode-map ([remap completion-at-point] . #'company-complete)) :config - (global-company-mode)) + (global-company-mode) + (setq company-tooltip-align-annotations t + company-minimum-prefix-length 1)) (use-package company-math :config (add-to-list 'company-backends 'company-math-symbols-unicode) -- cgit v1.2.3