Closed sp1ff closed 3 years ago
Sorry, just merged your other PR and now this one conflicts. Can you rebase ?
Re-based
Hello, I activate the minor mode in the mu4e headers view to use the keys (search shortcut) I defined in the dashboard. In the dashboard it works well, but it not works in mu4e views. Is it me or it the mode is not design for that use? Note I defined keys like C-; ... available in mu4e. Sincerely.
@Airwan Can you open a new issue?
This commit re-implements
mu4e-dashboard
as a minor mode, removing the need for the variablemu4e-dashboard--buffer
and allowing multiple dashboards to be active at the same time.Instead of "activating" a dashboard, one just turns on the minor mode. This will install a copy of the local keymap, updated with any keybindings defined in the current dashboard. In this way, multiple dashboards can be active simultaneously, each with their own local keymap.