projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
A few small tweaks
[~bandali/configs]
/
lisp
/
bandali-message.el
diff --git
a/lisp/bandali-message.el
b/lisp/bandali-message.el
index
750188c
..
c063bae
100644
(file)
--- a/
lisp/bandali-message.el
+++ b/
lisp/bandali-message.el
@@
-57,7
+57,7
@@
message-subscribed-address-functions
'(gnus-find-subscribed-addresses)
message-dont-reply-to-names
message-subscribed-address-functions
'(gnus-find-subscribed-addresses)
message-dont-reply-to-names
- "\\(\\(amin@shemshak\\.org\\)\\|\\(.*@aminb\\.org\\)\\|\\(\\(bandali\\|mab\\|aminb?\\)@gnu\\.org\\)\\|\\(a?bandali@\\(csclub\\.\\)?uwaterloo\\.ca\\)\\)")
+ "\\(\\(amin@shemshak\\.org\\)\\|\\(.*@aminb\\.org\\)\\|\\(\\(bandali\\|mab\\|aminb?\\)@gnu\\.org\\)\\|
bandali@fsf\\.org\\|
\\(a?bandali@\\(csclub\\.\\)?uwaterloo\\.ca\\)\\)")
;; (require 'company-ebdb)
:hook (;; (message-setup . mml-secure-message-sign-pgpmime)
(message-mode . flyspell-mode)
;; (require 'company-ebdb)
:hook (;; (message-setup . mml-secure-message-sign-pgpmime)
(message-mode . flyspell-mode)
@@
-118,7
+118,12
@@
(use-package orgalist
:after message
(use-package orgalist
:after message
- :hook (message-mode . orgalist-mode))
+ :hook (message-mode . (lambda ()
+ ;; work around incompatibility between
+ ;; orgalist and yasnippet
+ (yas-minor-mode -1)
+ (orgalist-mode 1)
+ (yas-minor-mode 1))))
(provide 'bandali-message)
;;; bandali-message.el ends here
(provide 'bandali-message)
;;; bandali-message.el ends here