feat(home): Fix mu4e setup
This commit is contained in:
parent
f964c2f58b
commit
09347cdbb8
3 changed files with 6 additions and 5 deletions
|
|
@ -37,7 +37,6 @@ in
|
|||
};
|
||||
programs.mu = {
|
||||
enable = true;
|
||||
hooks.preNew = "mbsync --all";
|
||||
};
|
||||
|
||||
accounts.email = {
|
||||
|
|
|
|||
|
|
@ -177,8 +177,8 @@
|
|||
(zig +lsp +tree-sitter) ; C, but simpler
|
||||
|
||||
:email
|
||||
;; (mu4e +org +gmail)
|
||||
(notmuch +org +afew)
|
||||
(mu4e +org +gmail +mbsync)
|
||||
;; (notmuch +org +afew)
|
||||
;;(wanderlust +gmail)
|
||||
|
||||
:app
|
||||
|
|
|
|||
|
|
@ -53,8 +53,10 @@
|
|||
;; :recipe (:host github :repo "username/repo"
|
||||
;; :files ("some-file.el" "src/lisp/*.el")))
|
||||
|
||||
(unpin! compat)
|
||||
;(unpin! with-editor ghub)
|
||||
;;(unpin! compat)
|
||||
;;(unpin! with-editor ghub)
|
||||
|
||||
(package! transient :pin "25b994a565ce8035330b0a3071ee430c0282349e") ; 0.8.8
|
||||
|
||||
(package! ormolu)
|
||||
(package! org-gtd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue