mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
feat(mail): add emacs-notmuch
This commit is contained in:
parent
d8d1bb83ed
commit
803ab24b1e
2 changed files with 6 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
(specifications->manifest
|
||||
'(
|
||||
"emacs-notmuch"
|
||||
"msmtp"
|
||||
"parallel"
|
||||
"notmuch"
|
||||
|
|
|
|||
6
Mail.org
6
Mail.org
|
|
@ -385,6 +385,11 @@ passwordeval "pass show Job/Infrastructure/pvkorytov@etu.ru | head -n 1"
|
|||
:PROPERTIES:
|
||||
:header-args+: :tangle ~/.emacs.d/mail.el
|
||||
:END:
|
||||
|
||||
| Guix dependency |
|
||||
|-----------------|
|
||||
| emacs-notmuch |
|
||||
|
||||
Finally, Emacs configuration. Let's start with some variables:
|
||||
#+begin_src emacs-lisp
|
||||
(setq user-mail-address "thexcloud@gmail.com")
|
||||
|
|
@ -395,7 +400,6 @@ Then, the problem with my Guix setup is that Emacs by default doesn't see the el
|
|||
#+begin_src emacs-lisp
|
||||
(let ((default-directory "/home/pavel/.guix-extra-profiles/mail/mail/share/emacs/site-lisp"))
|
||||
(normal-top-level-add-subdirs-to-load-path))
|
||||
|
||||
#+end_src
|
||||
|
||||
Finally the proper notmuch settings:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue