You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You need fist to write your own dashboard file with whatever you like (see example in the github repo) and then you can start the dashboard mode. In this mode, the different mail numbers shoould be update and the link are clickable.
Hello, just wondering if some one can help. I have no idea how to use this package, I have so far
(package! mu4e-dashboard :recipe (:host github :repo "rougier/mu4e-dashboard"))
`** mu4e-dashboard
#+begin_src emacs-lisp
(use-package mu4e-dashboard
:ensure nil
:load-path "
/Repositories/mu4e-dashboard"/Repositories/mu4e-dashboard/side-dashboard.org"):custom (mu4e-dashboard-file "
:bind
(:map mu4e-main-mode-map
("C-;" . mu4e-dashboard-show))
(:map mu4e-headers-mode-map
("C-;" . mu4e-dashboard-show)
("C-c C-;" . mu4e-dasboard-toggle-window))
(:map mu4e-dashboard-mode-map
("C-;" . (lambda () (interactive) (select-window (previous-window))))))
#+end_src
`
When I run the mu4e-dashboard-mode nothing happens, what am I supposed to evaluate or do exactly?
The text was updated successfully, but these errors were encountered: