Update emacs.org
This commit is contained in:
parent
7a47d87f6a
commit
570f14e3bf
|
@ -1254,6 +1254,7 @@ Dired is a built-in file manager for Emacs that does some pretty amazing things!
|
||||||
:straight t
|
:straight t
|
||||||
:config
|
:config
|
||||||
(setq elfeed-use-curl t)
|
(setq elfeed-use-curl t)
|
||||||
|
(setq browse-url-browser-function 'eww-browse-url)
|
||||||
)
|
)
|
||||||
|
|
||||||
(use-package elfeed-protocol
|
(use-package elfeed-protocol
|
||||||
|
@ -1286,17 +1287,6 @@ Dired is a built-in file manager for Emacs that does some pretty amazing things!
|
||||||
|
|
||||||
(add-hook 'emacs-startup-hook (elfeed-update))
|
(add-hook 'emacs-startup-hook (elfeed-update))
|
||||||
|
|
||||||
;; elfeed youtube
|
|
||||||
(use-package elfeed-tube
|
|
||||||
:straight t
|
|
||||||
:after elfeed
|
|
||||||
:config
|
|
||||||
;; (setq elfeed-tube-auto-save-p nil) ; default value
|
|
||||||
;; (setq elfeed-tube-auto-fetch-p t) ; default value
|
|
||||||
(elfeed-tube-setup))
|
|
||||||
|
|
||||||
(use-package elfeed-tube-mpv
|
|
||||||
:straight t)
|
|
||||||
#+end_src
|
#+end_src
|
||||||
** Telegram
|
** Telegram
|
||||||
only god knows why im doing this
|
only god knows why im doing this
|
||||||
|
|
Loading…
Reference in a new issue