summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2024-04-26 03:17:41 +0100
committerjao <jao@gnu.org>2024-04-26 03:17:41 +0100
commit8b86e745f22612e0f9e9c57f84a691c58cd55662 (patch)
tree3d7019ded2639659e72e29ef463a8a7bb181de7e
parent5776a18b08dc92a6986a695b44ca02453c890121 (diff)
downloadelibs-8b86e745f22612e0f9e9c57f84a691c58cd55662.tar.gz
elibs-8b86e745f22612e0f9e9c57f84a691c58cd55662.tar.bz2
dead code
-rw-r--r--custom/jao-custom-email.el9
1 files changed, 2 insertions, 7 deletions
diff --git a/custom/jao-custom-email.el b/custom/jao-custom-email.el
index 6dc146f..a3d1a92 100644
--- a/custom/jao-custom-email.el
+++ b/custom/jao-custom-email.el
@@ -2,8 +2,8 @@
;;; main email system
(require 'jao-afio)
-;; (setq jao-afio-mail-function 'gnus)
-(setq jao-afio-mail-function 'notmuch)
+(setq jao-afio-mail-function 'gnus)
+;; (setq jao-afio-mail-function 'notmuch)
(defvar jao-notmuch-enabled (eq jao-afio-mail-function 'notmuch))
@@ -20,11 +20,6 @@
gnus-kill-files-directory (expand-file-name "News" gnus-home-directory)
message-directory (expand-file-name "Mail" gnus-home-directory)
mail-source-directory (expand-file-name "Mail" gnus-home-directory))
-
-(let ((org-file (expand-file-name "gnus.org" jao-emacs-dir)))
- (when (file-newer-than-file-p org-file gnus-init-file)
- (org-babel-tangle-file org-file)))
-
;;; proton
(use-package jao-proton-utils)