mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 16:24:18 +00:00
Changed mu4e
This commit is contained in:
parent
e184d9344f
commit
0f3d6b6063
2 changed files with 38 additions and 36 deletions
|
|
@ -1764,9 +1764,11 @@
|
|||
** mu4e
|
||||
*** General config
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(add-to-list 'load-path "/usr/share/emacs/site-lisp/mu4e")
|
||||
(setq mu4e-msg2pdf "~/.emacs.d/el-get/mu4e/toys/msg2pdf/msg2pdf")
|
||||
(add-to-list 'load-path "~/.emacs.d/custom/mu/mu4e/")
|
||||
(load "mu4e-meta.el.in")
|
||||
(setq mu4e-msg2pdf "~/.emacs.d/custom/mu/toys/msg2pdf/msg2pdf")
|
||||
|
||||
(require 'mu4e-meta)
|
||||
(require 'mu4e)
|
||||
(add-to-list 'mu4e-view-actions
|
||||
'("ViewInBrowser" . mu4e-action-view-in-browser) t)
|
||||
|
|
|
|||
Loading…
Reference in a new issue