summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2020-10-20 21:03:51 -0400
committerAmin Bandali <bandali@gnu.org>2020-10-20 21:03:51 -0400
commit5df344632add107633464336c536331eaec68953 (patch)
tree830223b067e6075e52e261d0b381103cea7ce6cb
parent8e7b3f4871395cee04cd50b50a2d7013c73ed210 (diff)
downloadconfigs-5df344632add107633464336c536331eaec68953.tar.gz
configs-5df344632add107633464336c536331eaec68953.tar.xz
configs-5df344632add107633464336c536331eaec68953.zip
A few small uncommitted changes
Diffstat (limited to '')
-rw-r--r--.config/msmtp/config2
-rw-r--r--.emacs.d/init.el2
-rw-r--r--.emacs.d/lisp/bandali-erc.el4
-rw-r--r--.emacs.d/lisp/bandali-gnus.el2
-rw-r--r--.emacs.d/lisp/bandali-message.el3
-rw-r--r--.xinitrc2
6 files changed, 11 insertions, 4 deletions
diff --git a/.config/msmtp/config b/.config/msmtp/config
index cb86e42..f4be501 100644
--- a/.config/msmtp/config
+++ b/.config/msmtp/config
@@ -25,7 +25,7 @@ from a@bndl.org
account gnu
host fencepost.gnu.org
# use `msmtp -a gnu --serverinfo --tls --tls-certcheck=off --tls-fingerprint=` to get the current fingerprint
-tls_fingerprint 36:A7:33:D0:57:25:BB:D8:A8:21:7B:A3:91:05:A9:4F:43:4E:87:AE:65:4B:0D:A4:A0:9A:08:89:AE:1F:A5:D7
+tls_fingerprint 0D:7B:DE:AD:1F:C2:4F:2E:5A:C8:32:68:D0:D3:72:8D:6B:79:29:61:26:05:12:97:8E:5D:A9:1B:7E:6E:30:FC
tls_starttls on
from bandali@gnu.org
user bandali
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 0dccfff..26259eb 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -901,7 +901,7 @@ Make N (default: 1) copies of the current line or region."
(defconst yas-verbosity-cur yas-verbosity)
(setq yas-verbosity 2)
(csetq yas-snippet-dirs `(,(b/etc "yasnippet/snippets")))
- (add-to-list 'yas-snippet-dirs "~/src/git/guix/etc/snippets" t)
+ ;; (add-to-list 'yas-snippet-dirs "~/src/git/guix/etc/snippets" t)
(yas-reload-all)
(setq yas-verbosity yas-verbosity-cur)
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
diff --git a/.xinitrc b/.xinitrc
index efd4e31..c7083e3 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -17,4 +17,6 @@ xset b off
[ -x "$(command -v pasystray)" ] && pasystray -a &
[ -x "$(command -v nm-applet)" ] && nm-applet &
+[ -x "$(command -v picom)" ] && picom &
+[ -x "$(command -v dunst)" ] && dunst &
EDITOR=nano exec emacs -ib 0