Small changes to mu4e and dashboard

This commit is contained in:
Random936 2023-12-27 16:02:34 -08:00
parent 61900e652a
commit fbdebc50d1
2 changed files with 4 additions and 4 deletions

View File

@ -399,7 +399,8 @@ The Emacs dashboard package provides a nice dashboard when first starting up ema
#+begin_src emacs-lisp
(use-package dashboard
:init
(setq dashboard-set-file-icons t
(setq dashboard-icon-type 'all-the-icons
dashboard-set-file-icons t
dashboard-set-heading-icons t
initial-buffer-choice (lambda () (get-buffer-create "*dashboard*"))
dashboard-items '((projects . 5)

View File

@ -82,9 +82,8 @@ From here, I can continue onto configuring the ~mu4e~ emacs package.
(setq mu4e-trash-folder "/[Gmail]/Trash")
(add-to-list 'mu4e-bookmarks
'( :name "Flagged messages"
:query "flag:flagged"
:key ?f))
'(:name "Flagged messages" :query "flag:flagged" :key ?f)
t)
(setq mu4e-maildir-shortcuts
'((:maildir "/Inbox" :key ?i)