diff options
-rw-r--r-- | config.org | 3 |
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")) |