summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-01-09 09:37:49 -0600
committerCase Duckworth2021-01-09 09:38:49 -0600
commit44e6752f08359fe36e3be1cd96dd3f339b864f63 (patch)
tree7caae5fe7885706354b1e4605bb94ac2e928033c /config.org
parentFix bookmark (diff)
downloademacs-44e6752f08359fe36e3be1cd96dd3f339b864f63.tar.gz
emacs-44e6752f08359fe36e3be1cd96dd3f339b864f63.zip
Add acdw/setup-mu4e-view-mode to mu4e-compose-mode
Diffstat (limited to 'config.org')
-rw-r--r--config.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.org b/config.org index 388644f..2374a19 100644 --- a/config.org +++ b/config.org
@@ -5,7 +5,7 @@
5#+EXPORT_FILE_NAME: README.md 5#+EXPORT_FILE_NAME: README.md
6#+OPTIONS: toc:nil 6#+OPTIONS: toc:nil
7#+BANKRUPTCY_COUNT: 3.2 7#+BANKRUPTCY_COUNT: 3.2
8#+Time-stamp: <2021-01-08 23:30:14 acdw> 8#+Time-stamp: <2021-01-09 09:38:21 acdw>
9 9
10* Basics 10* Basics
11 11
@@ -1765,6 +1765,7 @@ I’m only enabling this at home for now, since it requires building stuff.
1765 (visual-fill-column-mode +1)) 1765 (visual-fill-column-mode +1))
1766 1766
1767 (add-hook 'mu4e-view-mode-hook #'acdw/setup-mu4e-view-mode) 1767 (add-hook 'mu4e-view-mode-hook #'acdw/setup-mu4e-view-mode)
1768 (add-hook 'mu4e-compose-mode-hook #'acdw/setup-mu4e-view-mode)
1768 1769
1769 (cuss mu4e-get-mail-command (cond ((executable-find "mbsync") 1770 (cuss mu4e-get-mail-command (cond ((executable-find "mbsync")
1770 "mbsync -a")) 1771 "mbsync -a"))