Let mu4e pull inboxes, remove vi-tilde-fringe
This commit is contained in:
parent
aa2436462d
commit
709c0386a4
|
@ -40,8 +40,8 @@
|
|||
|
||||
;; mail settings
|
||||
(after! mu4e
|
||||
(setq mu4e-get-mail-command "true"
|
||||
mu4e-update-interval 60
|
||||
(setq mu4e-get-mail-command "mbsync --pull-new inboxes"
|
||||
;; mu4e-update-interval 60
|
||||
mu4e-sent-messages-behavior 'delete
|
||||
mu4e-attachment-dir "~/Downloads"
|
||||
mu4e-change-filenames-when-moving t
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
treemacs ; a project drawer, like neotree but cooler
|
||||
;; unicode ; extended unicode support for various languages
|
||||
vc-gutter ; vcs diff in the fringe
|
||||
vi-tilde-fringe ; fringe tildes to mark beyond EOB
|
||||
;; vi-tilde-fringe ; fringe tildes to mark beyond EOB
|
||||
window-select ; visually switch windows
|
||||
workspaces ; tab emulation, persistence & separate workspaces
|
||||
zen ; distraction-free coding or writing
|
||||
|
|
Loading…
Reference in a new issue