From 8b86e745f22612e0f9e9c57f84a691c58cd55662 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 26 Apr 2024 03:17:41 +0100 Subject: dead code --- custom/jao-custom-email.el | 9 ++------- 1 file 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) -- cgit v1.2.3