summary refs log tree commit diff stats
path: root/lisp/+tab-bar.el
diff options
context:
space:
mode:
authorCase Duckworth2022-02-21 21:02:08 -0600
committerCase Duckworth2022-02-21 21:02:08 -0600
commit147f94f5d2a1513b934579d829430a0390f250d5 (patch)
tree791668c316c2fbf337a5bef5bf647435336ab441 /lisp/+tab-bar.el
parentAdd +concat and +file-string (diff)
downloademacs-147f94f5d2a1513b934579d829430a0390f250d5.tar.gz
emacs-147f94f5d2a1513b934579d829430a0390f250d5.zip
Try to improve bongo tab-bar width
Diffstat (limited to 'lisp/+tab-bar.el')
-rw-r--r--lisp/+tab-bar.el3
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