~properly configured hooks for org-msg
This commit is contained in:
@@ -477,11 +477,11 @@ generating HTML multipart emails. This integrates the WYSIWYG
|
|||||||
experience into mail in Emacs while also providing powerful text
|
experience into mail in Emacs while also providing powerful text
|
||||||
features with basically no learning curve (as long as you've already
|
features with basically no learning curve (as long as you've already
|
||||||
learnt the basics of org).
|
learnt the basics of org).
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package org-msg
|
(use-package org-msg
|
||||||
:after '(org message)
|
:after 'notmuch
|
||||||
:hook ((message-mode-hook . org-msg-mode)
|
:hook (message-mode . org-msg-mode))
|
||||||
(mail-mode-hook . org-msg-mode)))
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
* Dired
|
* Dired
|
||||||
Setup for dired. Firstly, as it's an inbuilt package don't let
|
Setup for dired. Firstly, as it's an inbuilt package don't let
|
||||||
|
|||||||
Reference in New Issue
Block a user