[Feature Request] Add support for jupyter-repl-interaction-mode-line
#677
Labels
enhancement
New feature or request
jupyter-repl-interaction-mode-line
#677
Is your feature request related to a problem? Please describe.
No problem, it's just that when using the jupyter package, they have
jupyter-repl-interaction-mode-line
which shows if a cell is running or not but this is only visible if listing all the minor modes in doom modeline.Describe the solution you'd like
Either to be able to show just
jupyter-repl-interaction-mode-line
or to be able to only show certain minor modes.Describe alternatives you've considered
Showing all minor modes but that takes up a very large portion of the modeline and pushes stuff out that is more important.
I also tried adding
(add-to-list 'mode-line-misc-info 'jupyter-repl-interaction-mode-line)
to my init, similar to what is mentioned in the README here but that didn't seem to add anything to the modeline.The text was updated successfully, but these errors were encountered: