summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-25 16:58:22 -0600
committerCase Duckworth2022-01-25 16:58:22 -0600
commit025c1af7f3c016045d768e928b019d9641b66d98 (patch)
tree55825b9153026463ebec400d5cd9c23261df6033 /init.el
parentDon't eval after stuff (diff)
downloademacs-025c1af7f3c016045d768e928b019d9641b66d98.tar.gz
emacs-025c1af7f3c016045d768e928b019d9641b66d98.zip
Various what/ever
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/init.el b/init.el index 4bbc06e..d706059 100644 --- a/init.el +++ b/init.el
@@ -1057,6 +1057,7 @@ They are completed by \"M-x TAB\" only in Tramp debug buffers."
1057 "C-k" #'crux-kill-and-join-forward 1057 "C-k" #'crux-kill-and-join-forward
1058 "C-c d" #'+crux-insert-date-or-time) 1058 "C-c d" #'+crux-insert-date-or-time)
1059 (:+leader "s" #'crux-visit-shell-buffer) 1059 (:+leader "s" #'crux-visit-shell-buffer)
1060 (crux-with-region-or-buffer indent-region)
1060 1061
1061 (el-patch-feature crux) 1062 (el-patch-feature crux)
1062 (with-eval-after-load 'crux 1063 (with-eval-after-load 'crux
@@ -1129,7 +1130,8 @@ See also `crux-reopen-as-root-mode'."
1129 (:hook #'reading-mode) 1130 (:hook #'reading-mode)
1130 (:option +elfeed--update-repeat (* 60 60) ; 1 hour 1131 (:option +elfeed--update-repeat (* 60 60) ; 1 hour
1131 +elfeed--update-first-time 60) 1132 +elfeed--update-first-time 60)
1132 (+elfeed-update-async-mode +1))) 1133 ;; (+elfeed-update-async-mode +1)
1134 ))
1133 1135
1134(setup (:straight elfeed-org) 1136(setup (:straight elfeed-org)
1135 (:also-load +org-capture) 1137 (:also-load +org-capture)