From 2c0c1f970899389025281e8968e3517fa32668d8 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 25 Jan 2014 00:48:21 -0500 Subject: Clean up init files --- init/km-gnus.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'init/km-gnus.el') diff --git a/init/km-gnus.el b/init/km-gnus.el index c226a12..a9d8a0e 100644 --- a/init/km-gnus.el +++ b/init/km-gnus.el @@ -1,6 +1,6 @@ (require 'gnus) -;; set up gnus directories before gnus is initialized +;; Set up gnus directories before gnus is initialized. (setq gnus-directory "~/.gnus.d" gnus-home-directory "~/.gnus.d" message-directory "~/.gnus.d/mail" @@ -29,7 +29,7 @@ (start-process "mail sync" bufname km/sync-mail-cmd))) (defvar km/sync-mail-cmd "~/bin/sync-mail.sh" - "Run sync mail script") + "Run sync mail script.") ;; http://www.emacswiki.org/emacs/GnusSync (defun gnus-grace-exit-before-kill-emacs () @@ -55,12 +55,12 @@ (setq message-kill-buffer-on-exit t) -;; for rss too specific to add to gwene +;; Use for rss too specific to add to gwene. (require 'nnrss) (setq gnus-group-list-inactive-groups nil) -;; start in topic mode +;; Start in topic mode. (add-hook 'gnus-group-mode-hook 'gnus-topic-mode) (setq gnus-topic-display-empty-topics nil) @@ -189,7 +189,7 @@ NO-NUMBER is non-nil, the number of lines is not added." (define-key message-mode-map (kbd "C-c m s") 'km/snip-mail-quote) -;; without reporting the number of lines +;; Without reporting the number of lines (define-key message-mode-map (kbd "C-c m S") '(lambda (beg end) (interactive "r") -- cgit v1.2.3