branch: externals/ebdb
commit b9e60349bdb4dc0e8d4eccf04d04ef969632406b
Author: Eric Abrahamsen <[email protected]>
Commit: Eric Abrahamsen <[email protected]>
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))