Various what/ever

This commit is contained in:
Case Duckworth 2022-01-25 16:58:22 -06:00
parent 97687e8d01
commit 025c1af7f3
1 changed files with 3 additions and 1 deletions

View File

@ -1057,6 +1057,7 @@ They are completed by \"M-x TAB\" only in Tramp debug buffers."
"C-k" #'crux-kill-and-join-forward
"C-c d" #'+crux-insert-date-or-time)
(:+leader "s" #'crux-visit-shell-buffer)
(crux-with-region-or-buffer indent-region)
(el-patch-feature crux)
(with-eval-after-load 'crux
@ -1129,7 +1130,8 @@ See also `crux-reopen-as-root-mode'."
(:hook #'reading-mode)
(:option +elfeed--update-repeat (* 60 60) ; 1 hour
+elfeed--update-first-time 60)
(+elfeed-update-async-mode +1)))
;; (+elfeed-update-async-mode +1)
))
(setup (:straight elfeed-org)
(:also-load +org-capture)