diff options
author | Case Duckworth | 2022-02-21 21:02:08 -0600 |
---|---|---|
committer | Case Duckworth | 2022-02-21 21:02:08 -0600 |
commit | 147f94f5d2a1513b934579d829430a0390f250d5 (patch) | |
tree | 791668c316c2fbf337a5bef5bf647435336ab441 /lisp | |
parent | Add +concat and +file-string (diff) | |
download | emacs-147f94f5d2a1513b934579d829430a0390f250d5.tar.gz emacs-147f94f5d2a1513b934579d829430a0390f250d5.zip |
Try to improve bongo tab-bar width
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/+tab-bar.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/+tab-bar.el b/lisp/+tab-bar.el index b88b7eb..c56ca68 100644 --- a/lisp/+tab-bar.el +++ b/lisp/+tab-bar.el | |||
@@ -118,7 +118,8 @@ | |||
118 | "\\(.*\\)\\(.*\\)\\(.*\\)" | 118 | "\\(.*\\)\\(.*\\)\\(.*\\)" |
119 | "\\1: \\3" | 119 | "\\1: \\3" |
120 | (bongo-formatted-infoset)) | 120 | (bongo-formatted-infoset)) |
121 | (- +tab-bar-emms-max-length 2))) | 121 | ;; This isn't right |
122 | (- (min 50 (/ (frame-width) 3 )) 2))) | ||
122 | "}") | 123 | "}") |
123 | (lambda () (interactive) | 124 | (lambda () (interactive) |
124 | (let ((bongo-playlist-buffer | 125 | (let ((bongo-playlist-buffer |