diff options
author | Case Duckworth | 2022-02-08 14:16:28 -0600 |
---|---|---|
committer | Case Duckworth | 2022-02-08 14:16:28 -0600 |
commit | 5dad1aee409468dcdd6eaf012091e6d8a38c9b36 (patch) | |
tree | ee15b15476c39463c6e01a8f1f9de390d05ad809 /init.el | |
parent | Change logic in +elfeed (diff) | |
download | emacs-5dad1aee409468dcdd6eaf012091e6d8a38c9b36.tar.gz emacs-5dad1aee409468dcdd6eaf012091e6d8a38c9b36.zip |
Fix or comment bugs
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 15 |
1 files 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 @@ | |||
449 | (:require notmuch) | 449 | (:require notmuch) |
450 | (:option notmuch-address-save-filename (.etc "notmuch/addresses" t) | 450 | (:option notmuch-address-save-filename (.etc "notmuch/addresses" t) |
451 | notmuch-address-use-company (featurep 'company) | 451 | notmuch-address-use-company (featurep 'company) |
452 | notmuch-fcc-dirs (list (cons chd/email (concat "\"" chd/sent-dir "\"" | 452 | ;; notmuch-fcc-dirs |
453 | " +sent +work -inbox")) | 453 | ;; (list (cons chd/email (concat "\"" chd/sent-dir "\"" |
454 | (cons ".*" "\"fastmail/Sent\" +sent +personal -inbox")) | 454 | ;; " +sent +work -inbox")) |
455 | ;; (cons ".*" "\"fastmail/Sent\" +sent +personal -inbox")) | ||
455 | notmuch-search-oldest-first nil) | 456 | notmuch-search-oldest-first nil) |
456 | ;; Composing mail | 457 | ;; Composing mail |
457 | (:option message-kill-buffer-on-exit t) | 458 | (:option message-kill-buffer-on-exit t) |
@@ -701,7 +702,7 @@ | |||
701 | ;;+tab-bar-misc-info | 702 | ;;+tab-bar-misc-info |
702 | tab-bar-separator | 703 | tab-bar-separator |
703 | +tab-bar-bongo | 704 | +tab-bar-bongo |
704 | +tab-bar-emms | 705 | ;;+tab-bar-emms |
705 | +tab-bar-tracking-mode | 706 | +tab-bar-tracking-mode |
706 | +tab-bar-date)) | 707 | +tab-bar-date)) |
707 | (tab-bar-mode +1) | 708 | (tab-bar-mode +1) |
@@ -855,7 +856,7 @@ They are completed by \"M-x TAB\" only in Tramp debug buffers." | |||
855 | cape-ispell | 856 | cape-ispell |
856 | ;;cape-dict | 857 | ;;cape-dict |
857 | )) | 858 | )) |
858 | (add-to-list 'completion-at-point-functions fn :append))))) | 859 | (add-to-list 'completion-at-point-functions fn :append))) |
859 | 860 | ||
860 | (setup (:straight circe) | 861 | (setup (:straight circe) |
861 | (:require _circe | 862 | (:require _circe |
@@ -1250,8 +1251,8 @@ See also `crux-reopen-as-root-mode'." | |||
1250 | "&" #'+elfeed-show-browse-generic | 1251 | "&" #'+elfeed-show-browse-generic |
1251 | "RET" #'shr-browse-url) | 1252 | "RET" #'shr-browse-url) |
1252 | (:hook #'reading-mode) | 1253 | (:hook #'reading-mode) |
1253 | (:option +elfeed--update-repeat (* 60 60) ; 1 hour | 1254 | (:option +elfeed--update-repeat (* 60 30) ; 1/2 hour |
1254 | +elfeed--update-first-time 60) | 1255 | +elfeed--update-first-time 60) ; 1 minute |
1255 | (+elfeed-update-async-mode +1))) | 1256 | (+elfeed-update-async-mode +1))) |
1256 | 1257 | ||
1257 | (setup (:straight elfeed-org) | 1258 | (setup (:straight elfeed-org) |