emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 07/31: Turn off company-tooltip-align-annotations by default


From: Dmitry Gutov
Subject: [elpa] 07/31: Turn off company-tooltip-align-annotations by default
Date: Tue, 18 Mar 2014 05:19:35 +0000

dgutov pushed a commit to branch master
in repository elpa.

commit 050f675c2ef4f6e137b14b5666e267cfd86643d5
Author: Dmitry Gutov <address@hidden>
Date:   Fri Feb 21 06:58:52 2014 +0200

    Turn off company-tooltip-align-annotations by default
    
    #63
---
 NEWS.md    |    2 +-
 company.el |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/NEWS.md b/NEWS.md
index 1552686..86136c7 100644
--- 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)
diff --git a/company.el b/company.el
index 12f887b..a3bac0e 100644
--- a/company.el
+++ b/company.el
@@ -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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]