We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Even when you join multiple channels spacemacs/persp-helm-mini will only show one. Explicitly adding a buffer from another layer won't work.
spacemacs/persp-helm-mini
@ERC
#ocaml
#racket
*scratch*
(emoji erc command-log spacemacs-layouts eyebrowse clojure (auto-completion :variables auto-completion-return-key-behavior nil auto-completion-tab-key-behavior 'complete auto-completion-enable-help-tooltip nil auto-completion-enable-sort-by-usage t :disabled-for org erc) emacs-lisp (haskell :variables haskell-process-type 'stack-ghci haskell-enable-shm-support t haskell-enable-hindent-style "chris-done" haskell-enable-ghc-mod-support t) git github (shell :variables shell-default-shell 'eshell shell-default-position 'full shell-default-term-shell "/bin/bash" shell-enable-smart-eshell t) themes-megapack theming colors version-control restclient sexy key-seq)
The text was updated successfully, but these errors were encountered:
We should add a hook to erc-mode to add a buffer to the ERC perspective, if it exists.
erc-mode
Sorry, something went wrong.
I assume adding buffers to the perspective does work. It's just that #racket wasn't added, so when you switched away from it, it won't show, either.
I just added a PR, I think it solves this case (it does for my case, RCIRC).
Fixed in release 0.105.7!
No branches or pull requests
Description
Even when you join multiple channels
spacemacs/persp-helm-mini
will only show one. Explicitly adding a buffer from another layer won't work.Reproduction guide
@ERC
layout from custom layouts#ocaml
#racket
spacemacs/persp-helm-mini
will show only two buffers:*scratch*
and#racket
#ocaml
bufferspacemacs/persp-helm-mini
will show only two buffers:*scratch*
and#ocaml
System Info
System Info
The text was updated successfully, but these errors were encountered: