Update emacs.org

This commit is contained in:
Sako 2023-11-05 20:53:28 +04:00 committed by GitHub
parent 7a5b100d4b
commit 667354977a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2830,7 +2830,7 @@ Dired is a built-in file manager for Emacs that does some pretty amazing things!
(lambda () (when (= elfeed-curl-queue-active 0)
(elfeed-update))))
(add-hook 'emacs-startup-hook elfeed-update)
(add-hook 'emacs-startup-hook (elfeed-update))
#+end_src
* Org Mode Configuration Setup