diff options
Diffstat (limited to 'gnus.el')
-rw-r--r-- | gnus.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnus.el b/gnus.el index 5fdb08f..6c244d7 100644 --- a/gnus.el +++ b/gnus.el | |||
@@ -109,9 +109,10 @@ | |||
109 | (t (mailcap-parse-mailcaps)))) | 109 | (t (mailcap-parse-mailcaps)))) |
110 | 110 | ||
111 | ;;; Composing mail | 111 | ;;; Composing mail |
112 | (hook-defun setup-message-mode message-mode-hook | 112 | (add-hook 'message-mode-hook |
113 | (flyspell-mode +1) | 113 | (defun message-mode@setup () |
114 | (local-set-key (kbd "TAB") #'bbdb-complete-mail)) | 114 | (flyspell-mode +1) |
115 | (local-set-key (kbd "TAB") #'bbdb-complete-mail))) | ||
115 | 116 | ||
116 | ;;; Sending mail | 117 | ;;; Sending mail |
117 | (setq send-mail-function #'smtpmail-send-it | 118 | (setq send-mail-function #'smtpmail-send-it |