From 5df344632add107633464336c536331eaec68953 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Tue, 20 Oct 2020 21:03:51 -0400 Subject: A few small uncommitted changes --- .emacs.d/lisp/bandali-erc.el | 4 ++-- .emacs.d/lisp/bandali-gnus.el | 2 ++ .emacs.d/lisp/bandali-message.el | 3 +++ 3 files changed, 7 insertions(+), 2 deletions(-) (limited to '.emacs.d/lisp') diff --git a/.emacs.d/lisp/bandali-erc.el b/.emacs.d/lisp/bandali-erc.el index 3b6d0d0..dd04abe 100644 --- a/.emacs.d/lisp/bandali-erc.el +++ b/.emacs.d/lisp/bandali-erc.el @@ -96,8 +96,8 @@ erc-pal-highlight-type 'nick erc-pals '("aindilis" "blackbeard" "bremner" "brettgilio" "civodul" "dto" - "ggoes" "iank" "jrasata" "mplsCorwin" "quidam" "rwp" "sudoman" - "technomancy")) + "ggoes" "iank" "jrasata" "mplsCorwin" "quidam" "rwp" "sachac" + "sudoman" "technomancy")) (with-eval-after-load 'erc-match (set-face-attribute 'erc-pal-face nil diff --git a/.emacs.d/lisp/bandali-gnus.el b/.emacs.d/lisp/bandali-gnus.el index 1958793..bdcc501 100644 --- a/.emacs.d/lisp/bandali-gnus.el +++ b/.emacs.d/lisp/bandali-gnus.el @@ -65,6 +65,8 @@ ;; (: gnus-group-split-fancy "INBOX" t "INBOX") ;; keep debbugs emails in INBOX (list ".*<\\(.*\\)\\.debbugs\\.gnu\\.org>.*" "INBOX") + ;; list moderation emails + (from ".+-\\(owner\\|bounces\\)@\\(non\\)?gnu\\.org" "listmod") ;; gnu (list ".*<\\(.*\\)\\.\\(non\\)?gnu\\.org>.*" "l.\\1") ;; gnus diff --git a/.emacs.d/lisp/bandali-message.el b/.emacs.d/lisp/bandali-message.el index c13bffc..49b8a98 100644 --- a/.emacs.d/lisp/bandali-message.el +++ b/.emacs.d/lisp/bandali-message.el @@ -117,6 +117,9 @@ (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 -- cgit v1.2.3-60-g2f50