summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2018-12-21 12:16:29 +0100
committerAlan Pearce2018-12-21 12:16:29 +0100
commitf9456a2a7bfaabb42d9965ff514052047899b67a (patch)
tree3cf9fbba526d0a245beedae99dbc28bc50316da9
parent722d7869229ac48d3f3542daa769ed669d080fd4 (diff)
downloaddotfiles-f9456a2a7bfaabb42d9965ff514052047899b67a.tar.lz
dotfiles-f9456a2a7bfaabb42d9965ff514052047899b67a.tar.zst
dotfiles-f9456a2a7bfaabb42d9965ff514052047899b67a.zip
Emacs: add mu4e "open in browser" action
-rw-r--r--emacs/.emacs.d/main.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index 8caac06..8ab9f3a 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -1194,6 +1194,8 @@ With two prefix arguments, write out the day and month name."
             mu4e-contexts)
   :init (setq mail-user-agent 'mu4e-user-agent)
   :config (progn
+            (add-to-list 'mu4e-view-actions '("view in browser" . mu4e-action-view-in-browser))
+
             (setq mu4e-use-fancy-chars nil
                   mu4e-attachment-dir "~/Downloads/"
                   mu4e-view-show-images t