rougier / mu4e-dashboard

A dashboard for mu4e (mu for emacs)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage issue

abosnjakovic opened this issue · comments

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?

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.