summaryrefslogtreecommitdiffstats
path: root/.emacs.d/lisp/bandali-message.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/lisp/bandali-message.el')
-rw-r--r--.emacs.d/lisp/bandali-message.el34
1 files changed, 4 insertions, 30 deletions
diff --git a/.emacs.d/lisp/bandali-message.el b/.emacs.d/lisp/bandali-message.el
index e7a0fa4..5ec7eac 100644
--- a/.emacs.d/lisp/bandali-message.el
+++ b/.emacs.d/lisp/bandali-message.el
@@ -69,13 +69,10 @@
;; ((t (:foreground "#333" :weight normal))))
;; footnote
- (with-eval-after-load 'footnote
- ;; (csetq footnote-start-tag ""
- ;; footnote-end-tag ""
- ;; footnote-style 'unicode)
- (when (featurep 'which-key)
- (which-key-add-major-mode-key-based-replacements 'message-mode
- "C-c f n" "footnote")))
+ ;; (with-eval-after-load 'footnote
+ ;; (csetq footnote-start-tag ""
+ ;; footnote-end-tag ""
+ ;; footnote-style 'unicode))
;; orgalist
(add-hook 'message-mode-hook
@@ -129,30 +126,7 @@ non-nil."
(add-hook 'message-mode-hook #'flyspell-mode)
(add-hook 'message-mode-hook
(lambda ()
- ;; (setq-local fill-column b/fill-column
- ;; message-fill-column b/fill-column)
- (eval-when-compile (defvar company-idle-delay))
- (make-local-variable 'company-idle-delay)
- (setq company-idle-delay 0.2)))
-(add-hook 'message-mode-hook
- (lambda ()
(local-unset-key (kbd "C-c C-s"))))
-;; (with-eval-after-load 'message-x
-;; (csetq
-;; message-x-completion-alist
-;; '(("\\([rR]esent-\\|[rR]eply-\\)?[tT]o:\\|[bB]?[cC][cC]:"
-;; . gnus-harvest-find-address)
-;; ((if
-;; (boundp
-;; (quote message-newgroups-header-regexp))
-;; message-newgroups-header-regexp message-newsgroups-header-regexp)
-;; . message-expand-group))))
-
-;; (require 'gnus-harvest)
-;; (if (featurep 'message-x)
-;; (gnus-harvest-install 'message-x)
-;; (gnus-harvest-install))
-
(provide 'bandali-message)
;;; bandali-message.el ends here