projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[emacs/notmuch] set notmuch-message-headers and add link to bug
[~bandali/configs]
/
init.org
diff --git
a/init.org
b/init.org
index
60e319e
..
0c61062
100644
(file)
--- a/
init.org
+++ b/
init.org
@@
-659,6
+659,8
@@
In short, my favourite way of life.
org-html-postamble nil)
(add-hook 'org-mode-hook 'org-indent-mode)
(use-package htmlize)
org-html-postamble nil)
(add-hook 'org-mode-hook 'org-indent-mode)
(use-package htmlize)
+(use-package org-notmuch
+ :after (:any org notmuch))
#+end_src
*** [[https://magit.vc/][Magit]]
#+end_src
*** [[https://magit.vc/][Magit]]
@@
-1094,15
+1096,23
@@
Emacs package that displays available keybindings in popup
** [[https://github.com/11111000000/tao-theme-emacs][tao-theme]]
** [[https://github.com/11111000000/tao-theme-emacs][tao-theme]]
-#+begin_src emacs-lisp
+#+begin_src emacs-lisp
:tangle no
(use-package tao-theme
:demand t
:config (load-theme 'tao-yang t))
#+end_src
(use-package tao-theme
:demand t
:config (load-theme 'tao-yang t))
#+end_src
+** [[https://github.com/maio/eink-emacs][eink-theme]]
+
+#+begin_src emacs-lisp
+(load-theme 'eink t)
+#+end_src
+
* Email
** [[https://notmuchmail.org][notmuch]]
* Email
** [[https://notmuchmail.org][notmuch]]
+See [[notmuch:id:87muuqsvci.fsf@fencepost.gnu.org][bug follow-up]].
+
#+begin_src emacs-lisp
(defun ab/notmuch ()
"Delete other windows, then launch `notmuch'."
#+begin_src emacs-lisp
(defun ab/notmuch ()
"Delete other windows, then launch `notmuch'."
@@
-1172,6
+1182,8
@@
Emacs package that displays available keybindings in popup
notmuch-hello-insert-alltags)
notmuch-search-oldest-first nil
notmuch-show-all-tags-list t
notmuch-hello-insert-alltags)
notmuch-search-oldest-first nil
notmuch-show-all-tags-list t
+ notmuch-message-headers ; see bug follow-up above
+ '("Subject" "To" "Cc" "Date" "List-Id" "X-RT-Originator")
notmuch-hello-thousands-separator ","
notmuch-fcc-dirs
'(("amin@aminb.org" . "amin/Sent")
notmuch-hello-thousands-separator ","
notmuch-fcc-dirs
'(("amin@aminb.org" . "amin/Sent")