Fix or comment bugs

This commit is contained in:
Case Duckworth 2022-02-08 14:16:28 -06:00
parent 2a16bbd8db
commit 5dad1aee40
1 changed files with 8 additions and 7 deletions

15
init.el
View File

@ -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)