projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
migrate from ebdb to a simple ~/.mailrc
[~bandali/configs]
/
.emacs.d
/
lisp
/
bandali-message.el
diff --git
a/.emacs.d/lisp/bandali-message.el
b/.emacs.d/lisp/bandali-message.el
index
5952b52
..
c66a669
100644
(file)
--- a/
.emacs.d/lisp/bandali-message.el
+++ b/
.emacs.d/lisp/bandali-message.el
@@
-61,7
+61,6
@@
'(gnus-find-subscribed-addresses)
message-dont-reply-to-names
"\\(\\(amin@shemshak\\.org\\)\\|\\(.*@aminb\\.org\\)\\|\\(\\(bandali\\|mab\\|aminb?\\)@gnu\\.org\\)\\|bandali@fsf\\.org\\|\\(a?bandali@\\(csclub\\.\\)?uwaterloo\\.ca\\)\\|amin\\.bandali@savoirfairelinux\\.com\\)")
'(gnus-find-subscribed-addresses)
message-dont-reply-to-names
"\\(\\(amin@shemshak\\.org\\)\\|\\(.*@aminb\\.org\\)\\|\\(\\(bandali\\|mab\\|aminb?\\)@gnu\\.org\\)\\|bandali@fsf\\.org\\|\\(a?bandali@\\(csclub\\.\\)?uwaterloo\\.ca\\)\\|amin\\.bandali@savoirfairelinux\\.com\\)")
- ;; (require 'company-ebdb)
;; (custom-set-faces
;; '(message-header-subject
;; ((t (:foreground "#111" :weight semi-bold))))
;; (custom-set-faces
;; '(message-header-subject
;; ((t (:foreground "#111" :weight semi-bold))))
@@
-104,6
+103,10
@@
non-nil."
(kbd "M-RET") #'b/message-newline-or-asterism)
;; local key bindings
(kbd "M-RET") #'b/message-newline-or-asterism)
;; local key bindings
+ (define-key message-mode-map
+ [remap next-line] #'mail-abbrev-next-line)
+ (define-key message-mode-map
+ [remap end-of-buffer] #'mail-abbrev-end-of-buffer)
(defvar b/footnote-prefix-map)
(define-prefix-command 'b/footnote-prefix-map)
(define-key message-mode-map (kbd "C-c f n")
(defvar b/footnote-prefix-map)
(define-prefix-command 'b/footnote-prefix-map)
(define-key message-mode-map (kbd "C-c f n")