diff options
author | Amin Bandali <bandali@gnu.org> | 2023-12-16 19:56:46 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2023-12-16 19:56:46 -0500 |
commit | cc7732c1b86baa56c31198ed115cc7c4a8e22475 (patch) | |
tree | 31dccb7487d2e641e12239194988846fbaf8d2f4 | |
parent | 946d377019a733c7abc04e96091a9b8ed30db9db (diff) | |
download | configs-cc7732c1b86baa56c31198ed115cc7c4a8e22475.tar.gz configs-cc7732c1b86baa56c31198ed115cc7c4a8e22475.tar.xz configs-cc7732c1b86baa56c31198ed115cc7c4a8e22475.zip |
Small updates
-rw-r--r-- | .emacs.d/lisp/bandali-gnus.el | 1 | ||||
-rwxr-xr-x | .local/bin/startup-progs | 2 | ||||
-rw-r--r-- | .signature | 1 |
3 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/lisp/bandali-gnus.el b/.emacs.d/lisp/bandali-gnus.el index be1080c..4ae1894 100644 --- a/.emacs.d/lisp/bandali-gnus.el +++ b/.emacs.d/lisp/bandali-gnus.el @@ -96,6 +96,7 @@ (from ".+-\\(owner\\|bounces\\)@\\(non\\)?gnu\\.org" "listmod") ;; gnu (list ".*<\\(.*\\)\\.\\(non\\)?gnu\\.org>.*" "l.\\1") + ("Envelope-To" "emacsconf-donations@gnu.org" "l.emacsconf-donations") ;; board-eval (| (list ".*<.*\\.board-eval\\.fsf\\.org>.*" "l.board-eval") diff --git a/.local/bin/startup-progs b/.local/bin/startup-progs index bfebbf9..aef6348 100755 --- a/.local/bin/startup-progs +++ b/.local/bin/startup-progs @@ -18,4 +18,4 @@ xset b off [ -x "$(command -v dunst)" ] && dunst & [ -x "$(command -v nm-applet)" ] && nm-applet & [ -x "$(command -v pasystray)" ] && pasystray -a & -[ -x "$(command -v xscreensaver)" ] && xscreensaver -nosplash & +# [ -x "$(command -v xscreensaver)" ] && xscreensaver -nosplash & @@ -1,2 +1 @@ https://www.gnu.ca/~bandali/ -gopher://gopher.gnu.ca/1/~bandali/ |