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

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

[elpa] externals/ebdb b9e6034 187/350: Increase base field indentation i


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb b9e6034 187/350: Increase base field indentation in *EBDB* buffers
Date: Mon, 14 Aug 2017 11:46:34 -0400 (EDT)

branch: externals/ebdb
commit b9e60349bdb4dc0e8d4eccf04d04ef969632406b
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    Increase base field indentation in *EBDB* buffers
    
    Addresses #21
    
    * ebdb-com.el (ebdb-fmt-record-body): Give field values a little more
      default indentation.
---
 ebdb-com.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ebdb-com.el b/ebdb-com.el
index e2839ce..01bc801 100644
--- a/ebdb-com.el
+++ b/ebdb-com.el
@@ -534,7 +534,7 @@ This happens in addition to any pre-defined indentation of 
STRING."
                                     (string-width (car f)))
                                   field-list))
            0))
-        (label-fmt (format " %%%ds" indent))
+        (label-fmt (format "   %%%ds" indent))
         ;; `window-text-width' doesn't work for pop-up buffers,
         ;; they're not displayed yet!  How do we resolve this...?
         (fill-column (window-text-width))



reply via email to

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