From 2aadaae1e40c2df4d4493325141ecf893fe84346 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Mon, 22 Jul 2013 11:54:51 -0400 Subject: Switch message-mode to orgstruct++ orgstruct++ has more complete formatting and list functionality (such as the ability to create a new list element from the previous element even if it is multi-line). --- init/km-gnus.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'init/km-gnus.el') diff --git a/init/km-gnus.el b/init/km-gnus.el index 514323e..7f7a2b0 100644 --- a/init/km-gnus.el +++ b/init/km-gnus.el @@ -57,8 +57,7 @@ (add-hook 'message-mode-hook '(lambda () - (flyspell-mode 1) - (orgstruct-mode 1))) + (flyspell-mode 1))) (setq gnus-confirm-mail-reply-to-news t) -- cgit v1.2.3