Align annotations to right.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 26 Jan 2017 20:54:44 +0200
changeset 1465 9def370d67f4
parent 1464 bc41ca628f69
child 1466 6814b46a6619
Align annotations to right.
.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)