Skip to content
New issue

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

Usage issue #25

Open
abosnjakovic opened this issue Jul 12, 2021 · 1 comment
Open

Usage issue #25

abosnjakovic opened this issue Jul 12, 2021 · 1 comment

Comments

@abosnjakovic
Copy link

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"
:custom (mu4e-dashboard-file "
/Repositories/mu4e-dashboard/side-dashboard.org")
: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?

@rougier
Copy link
Owner

rougier commented Jul 13, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants