branch: elpa/annotate
commit f6203f0d40569730676233a1f7f15fb4c26a0566
Author: Bastian Bechtold <bb@Mr-Bigglesworth.local>
Commit: Bastian Bechtold <bb@Mr-Bigglesworth.local>

    improved default column
---
 annotate.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/annotate.el b/annotate.el
index 9c0f227e78..1e2a0d23ec 100644
--- a/annotate.el
+++ b/annotate.el
@@ -30,7 +30,7 @@
   :type 'face
   :group 'annotate)
 
-(defcustom annotate-annotation-column 90
+(defcustom annotate-annotation-column 85
   "Where annotations appear."
   :type 'number
   :group 'annotate)

Reply via email to