Clean up set elfeed options listing

This commit is contained in:
Gerard Vermeulen 2024-06-10 11:56:51 +02:00
parent 6d7fca2be4
commit ff0d3e94e6

View File

@ -6885,13 +6885,11 @@ user gerard.vermeulen@neel.cnrs.fr
Listing [[lst:set-elfeed-options]] sets =elfeed= options, binds the =elfeed=
command, and makes a minimal attempt to enable =emms=.
#+attr_latex: :options breaklines
#+caption[Set =elfeed= options and bind =elfeed= command]:
#+caption: Set =elfeed= options and bind =elfeed= command.
#+name: lst:set-elfeed-options
#+begin_src emacs-lisp -n :results silent
(when (and (ensure-package-installation 'elfeed)
(fboundp 'elfeed))
(when (ensure-package-installation 'elfeed)
(keymap-global-set "C-x w" #'elfeed)
(with-eval-after-load 'elfeed