]> code.delx.au - gnu-emacs-elpa/commitdiff
Turn off company-tooltip-align-annotations by default
authorDmitry Gutov <dgutov@yandex.ru>
Fri, 21 Feb 2014 04:58:52 +0000 (06:58 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Fri, 21 Feb 2014 04:59:11 +0000 (06:59 +0200)
#63

NEWS.md
company.el

diff --git a/NEWS.md b/NEWS.md
index 1552686d770195540a0c3158eb67f8361b96d9ce..86136c7f39a45b7161e1322bda573f96307dcbca 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,7 +2,7 @@
 
 ## Next
 
-* New user option `company-tooltip-align-annotations`, on by default.
+* New user option `company-tooltip-align-annotations`, off by default.
 * New bundled back-end `company-bbdb`.
 
 ## 2014-02-18 (0.7)
index 12f887beea1130027a3350fd4d84d9ae26187e79..a3bac0ee8aca62b978e0f9651cf535f0a0212d90 100644 (file)
@@ -255,7 +255,7 @@ If this many lines are not available, prefer to display the tooltip above."
   :type '(choice (const :tag "Scrollbar" scrollbar)
                  (const :tag "Two lines" lines)))
 
-(defcustom company-tooltip-align-annotations t
+(defcustom company-tooltip-align-annotations nil
   "When non-nil, align annotations to the right tooltip border."
   :type 'boolean)