feature/workspaces: display tab line in minibuffer
This prevents the tabline from being mirrored across all frames.
This commit is contained in:
parent
83b04b4f14
commit
38c0a85155
1 changed files with 1 additions and 1 deletions
|
@ -437,7 +437,7 @@ the next."
|
||||||
(defun +workspace/display ()
|
(defun +workspace/display ()
|
||||||
"Display a list of workspaces (like tabs) in the echo area."
|
"Display a list of workspaces (like tabs) in the echo area."
|
||||||
(interactive)
|
(interactive)
|
||||||
(message "%s" (+workspace--tabline)))
|
(minibuffer-message "%s" (+workspace--tabline)))
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue