Small changes to mu4e and dashboard
This commit is contained in:
parent
61900e652a
commit
fbdebc50d1
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user