From 355b452a4cd0aeb2e86e13946c65f7a3ce47c69d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 17 Dec 2015 09:40:55 +0100 Subject: Update Gnus customizations Use fancy unicode characters to show threading. Use a line-spacing of 0.1 instead of 0.2 in summary buffers so the unicode characters connect. Start a new thread when the subject changes. Fix some compilation warnings. --- emacs/.emacs.d/init.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'emacs/.emacs.d/init.el') diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 00d1f44..ed13646 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -944,11 +944,11 @@ If no direction is given, don't split." #'eshell-fringe-status-mode) (oni:add-hooks 'gnus-summary-mode-hook - #'oni:make-readable (lambda () - (local-set-key (kbd "M-d") (lambda () - (interactive) - (gnus-summary-delete-article) - (gnus-summary-next-subject 1))))) + (lambda () + (local-set-key (kbd "M-d") (lambda () + (interactive) + (gnus-summary-delete-article) + (gnus-summary-next-subject 1))))) (oni:add-hooks 'html-mode-hook 'oni:maybe-fci-mode #'tagedit-mode #'turn-off-flyspell -- cgit v1.2.3-54-g00ecf