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
|
#+begin_src emacs-lisp
|
||||||
(use-package dashboard
|
(use-package dashboard
|
||||||
:init
|
:init
|
||||||
(setq dashboard-set-file-icons t
|
(setq dashboard-icon-type 'all-the-icons
|
||||||
|
dashboard-set-file-icons t
|
||||||
dashboard-set-heading-icons t
|
dashboard-set-heading-icons t
|
||||||
initial-buffer-choice (lambda () (get-buffer-create "*dashboard*"))
|
initial-buffer-choice (lambda () (get-buffer-create "*dashboard*"))
|
||||||
dashboard-items '((projects . 5)
|
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")
|
(setq mu4e-trash-folder "/[Gmail]/Trash")
|
||||||
|
|
||||||
(add-to-list 'mu4e-bookmarks
|
(add-to-list 'mu4e-bookmarks
|
||||||
'( :name "Flagged messages"
|
'(:name "Flagged messages" :query "flag:flagged" :key ?f)
|
||||||
:query "flag:flagged"
|
t)
|
||||||
:key ?f))
|
|
||||||
|
|
||||||
(setq mu4e-maildir-shortcuts
|
(setq mu4e-maildir-shortcuts
|
||||||
'((:maildir "/Inbox" :key ?i)
|
'((:maildir "/Inbox" :key ?i)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user