summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorCase Duckworth2020-11-29 00:39:07 -0600
committerCase Duckworth2020-11-29 00:39:07 -0600
commit9ac7512750e3a31429497b54fa94e8ff26e05add (patch)
tree9f37372d6a4b9312d62d23fd497e20a4760f49bd /README.md
parentAdd bookmark (diff)
downloademacs-9ac7512750e3a31429497b54fa94e8ff26e05add.tar.gz
emacs-9ac7512750e3a31429497b54fa94e8ff26e05add.zip
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md index 1eb5351..9fdd0a0 100644 --- a/README.md +++ b/README.md
@@ -1191,7 +1191,11 @@ from [unpackaged.el](https://github.com/alphapapa/unpackaged.el#org-return-dwim)
1191 (:mailing-list . 10) 1191 (:mailing-list . 10)
1192 (:from-or-to . 22) 1192 (:from-or-to . 22)
1193 (:subject))) 1193 (:subject)))
1194 ) 1194
1195 (defun acdw/setup-mu4e-view-mode ()
1196 (visual-fill-column-mode))
1197
1198 (add-hook 'mu4e-view-mode-hook #'acdw/setup-mu4e-view-mode))
1195 1199
1196 ;; not sure about this... 1200 ;; not sure about this...
1197 (use-package mu4e-dashboard 1201 (use-package mu4e-dashboard