From 5dad1aee409468dcdd6eaf012091e6d8a38c9b36 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 8 Feb 2022 14:16:28 -0600 Subject: [PATCH] Fix or comment bugs --- init.el | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/init.el b/init.el index 6fa9adc..49df396 100644 --- a/init.el +++ b/init.el @@ -449,9 +449,10 @@ (:require notmuch) (:option notmuch-address-save-filename (.etc "notmuch/addresses" t) notmuch-address-use-company (featurep 'company) - notmuch-fcc-dirs (list (cons chd/email (concat "\"" chd/sent-dir "\"" - " +sent +work -inbox")) - (cons ".*" "\"fastmail/Sent\" +sent +personal -inbox")) + ;; notmuch-fcc-dirs + ;; (list (cons chd/email (concat "\"" chd/sent-dir "\"" + ;; " +sent +work -inbox")) + ;; (cons ".*" "\"fastmail/Sent\" +sent +personal -inbox")) notmuch-search-oldest-first nil) ;; Composing mail (:option message-kill-buffer-on-exit t) @@ -701,7 +702,7 @@ ;;+tab-bar-misc-info tab-bar-separator +tab-bar-bongo - +tab-bar-emms + ;;+tab-bar-emms +tab-bar-tracking-mode +tab-bar-date)) (tab-bar-mode +1) @@ -855,7 +856,7 @@ They are completed by \"M-x TAB\" only in Tramp debug buffers." cape-ispell ;;cape-dict )) - (add-to-list 'completion-at-point-functions fn :append))))) + (add-to-list 'completion-at-point-functions fn :append))) (setup (:straight circe) (:require _circe @@ -1250,8 +1251,8 @@ See also `crux-reopen-as-root-mode'." "&" #'+elfeed-show-browse-generic "RET" #'shr-browse-url) (:hook #'reading-mode) - (:option +elfeed--update-repeat (* 60 60) ; 1 hour - +elfeed--update-first-time 60) + (:option +elfeed--update-repeat (* 60 30) ; 1/2 hour + +elfeed--update-first-time 60) ; 1 minute (+elfeed-update-async-mode +1))) (setup (:straight elfeed-org)