diff -r bc41ca628f69 -r 9def370d67f4 .emacs-my --- a/.emacs-my Thu Jan 26 20:53:33 2017 +0200 +++ b/.emacs-my Thu Jan 26 20:54:44 2017 +0200 @@ -1117,6 +1117,8 @@ (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' ;; (setq company-dabbrev-time-limit 0.1) (setq company-dabbrev-downcase nil)