summaryrefslogtreecommitdiffstats
path: root/.emacs.d
diff options
context:
space:
mode:
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