all repos — nixfiles @ f9456a2a7bfaabb42d9965ff514052047899b67a

System and user configuration, managed by nix and home-manager

Emacs: add mu4e "open in browser" action

Alan Pearce
commit

f9456a2a7bfaabb42d9965ff514052047899b67a

parent

722d7869229ac48d3f3542daa769ed669d080fd4

1 file changed, 2 insertions(+), 0 deletions(-)

jump to
M emacs/.emacs.d/main.elemacs/.emacs.d/main.el
@@ -1194,6 +1194,8 @@ mu4e-user-mail-address-list
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