summaryrefslogtreecommitdiffstats
path: root/.emacs.d
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2023-10-26 21:55:02 -0400
committerAmin Bandali <bandali@gnu.org>2023-10-26 21:55:02 -0400
commit946d377019a733c7abc04e96091a9b8ed30db9db (patch)
treed8065db1c4675f516e818c7a3d93061035d52059 /.emacs.d
parentffe2df238c5c7ca7093d89324e9078ccaac01984 (diff)
downloadconfigs-946d377019a733c7abc04e96091a9b8ed30db9db.tar.gz
configs-946d377019a733c7abc04e96091a9b8ed30db9db.tar.xz
configs-946d377019a733c7abc04e96091a9b8ed30db9db.zip
Various updates from darya
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/bandali-gnus.el3
-rw-r--r--.emacs.d/lisp/bandali-org.el2
2 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.d/lisp/bandali-gnus.el b/.emacs.d/lisp/bandali-gnus.el
index 04b1202..be1080c 100644
--- a/.emacs.d/lisp/bandali-gnus.el
+++ b/.emacs.d/lisp/bandali-gnus.el
@@ -324,6 +324,9 @@
(address "amin.bandali@canonical.com"))
((header "cc" "amin\\.bandali@canonical\\.com")
(address "amin.bandali@canonical.com"))
+ ("nnimap\\+.*:l\\.ubuntu-.*"
+ (address "bandali@ubuntu.com")
+ ("X-Message-SMTP-Method" "smtp mail.kelar.org 587"))
((header "list-id" ".*\\.lists.ubuntu.com")
(address "bandali@ubuntu.com")
("X-Message-SMTP-Method" "smtp mail.kelar.org 587"))
diff --git a/.emacs.d/lisp/bandali-org.el b/.emacs.d/lisp/bandali-org.el
index 87dbb85..bdaff4e 100644
--- a/.emacs.d/lisp/bandali-org.el
+++ b/.emacs.d/lisp/bandali-org.el
@@ -24,6 +24,8 @@
;;; Code:
+;; (setq org--inhibit-version-check t)
+
(with-eval-after-load 'org
(setq
org-src-tab-acts-natively t