A drop-down console written in Emacs Lisp, designed for eshell and terminal emulation.
Since the `equake-mode` minor mode is set buffer-locally, two undesirable UX issues arise: - when opening a non-equake buffer in an equake frame, the tab list disappears (which is rather inconvenient) - when opening an equake buffer in a non-equake frame, the tab list appears Perhaps `equake-mode` can be set frame-locally. Or else, some workaround can be put in place to toggle the buffer-local `equake-mode` based on frame properties/name. Possibly utilising native tabs in Emacs (see https://gitlab.com/emacsomancer/equake/-/issues/14 ) could also be helpful in resolving this issue.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by emacsomancer and has received 11 comments.