Hello, Uwe Brauer <[email protected]> writes:
> Maybe I am old fashioned but is the only way of turning orgalist on in a > message buffer. > > (defun turn-on-orgalist () > (interactive) > (orgalist-mode 'toggle)) > > (add-hook 'mail-mode-hook 'turn-on-orgalist) > (add-hook 'message-mode-hook 'turn-on-orgalist) (add-hook 'mail-mode-hook #'orgalist-mode) (add-hook 'message-mode-hook #'orgalist-mode) should be enough. Regards, -- Nicolas Goaziou
