diff options
author | Case Duckworth | 2020-11-29 00:37:19 -0600 |
---|---|---|
committer | Case Duckworth | 2020-11-29 00:37:19 -0600 |
commit | 77176356e95f870ca6a670fe8535806349791047 (patch) | |
tree | 974e8b5694aecd2e23bc2aeb7af243da009937dc | |
parent | Update README (diff) | |
download | emacs-77176356e95f870ca6a670fe8535806349791047.tar.gz emacs-77176356e95f870ca6a670fe8535806349791047.zip |
Add visual-fill-column-mode to mu4e-view-mode-hook
-rw-r--r-- | config.org | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config.org b/config.org index f953d0c..727414f 100644 --- a/config.org +++ b/config.org | |||
@@ -1275,7 +1275,11 @@ from [[https://github.com/alphapapa/unpackaged.el#org-return-dwim][unpackaged.el | |||
1275 | (:mailing-list . 10) | 1275 | (:mailing-list . 10) |
1276 | (:from-or-to . 22) | 1276 | (:from-or-to . 22) |
1277 | (:subject))) | 1277 | (:subject))) |
1278 | ) | 1278 | |
1279 | (defun acdw/setup-mu4e-view-mode () | ||
1280 | (visual-fill-column-mode)) | ||
1281 | |||
1282 | (add-hook 'mu4e-view-mode-hook #'acdw/setup-mu4e-view-mode)) | ||
1279 | 1283 | ||
1280 | ;; not sure about this... | 1284 | ;; not sure about this... |
1281 | (use-package mu4e-dashboard | 1285 | (use-package mu4e-dashboard |