Open abosnjakovic opened 3 years ago
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" :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?