diff options
author | 2020-10-05 23:18:01 -0400 | |
---|---|---|
committer | 2020-10-05 23:18:01 -0400 | |
commit | 927b50b7aec2da105bd5125dec272a89e38663c3 (patch) | |
tree | bc87e015f9de1e58b8f490c755ff272b8968e958 /lisp/bandali-message.el | |
parent | 514148d8bef4b14c8754197197c32b212dfb79c2 (diff) | |
download | configs-927b50b7aec2da105bd5125dec272a89e38663c3.tar.gz configs-927b50b7aec2da105bd5125dec272a89e38663c3.tar.xz configs-927b50b7aec2da105bd5125dec272a89e38663c3.zip |
Fold lisp/bandali-utils.el back into init.el
Diffstat (limited to '')
-rw-r--r-- | lisp/bandali-message.el | 32 |
1 files changed, 15 insertions, 17 deletions
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 |