# HG changeset patch # User Oleksandr Gavenko # Date 1485456884 -7200 # Node ID 9def370d67f4f5c6186cdcda4c5e20250e00ec98 # Parent bc41ca628f69ed24794be69adb963ad6683b78db Align annotations to right. 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)