it did NOT get fixed
This commit is contained in:
parent
4751e87ed7
commit
f345ee835b
1 changed files with 2 additions and 0 deletions
|
@ -1234,6 +1234,7 @@ Dired is a built-in file manager for Emacs that does some pretty amazing things!
|
|||
#+end_src
|
||||
** RSS Reader
|
||||
#+begin_src emacs-lisp
|
||||
(when (eq system-type 'gnu/linux)
|
||||
(use-package elfeed
|
||||
:config
|
||||
(setq elfeed-use-curl t)
|
||||
|
@ -1269,6 +1270,7 @@ Dired is a built-in file manager for Emacs that does some pretty amazing things!
|
|||
(elfeed-update))))
|
||||
|
||||
;; (add-hook 'emacs-startup-hook (elfeed-update))
|
||||
)
|
||||
|
||||
#+end_src
|
||||
** Telegram
|
||||
|
|
Loading…
Reference in a new issue