X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/514148d8bef4b14c8754197197c32b212dfb79c2..927b50b7aec2da105bd5125dec272a89e38663c3:/lisp/bandali-message.el diff --git a/lisp/bandali-message.el b/lisp/bandali-message.el index e7e43f8..c13bffc 100644 --- a/lisp/bandali-message.el +++ b/lisp/bandali-message.el @@ -118,23 +118,21 @@ (make-local-variable 'company-idle-delay) (setq company-idle-delay 0.2))) -(comment - (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))))) - -(comment - (require 'gnus-harvest) - (if (featurep 'message-x) - (gnus-harvest-install 'message-x) - (gnus-harvest-install))) +;; (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