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= Listing [[lst:set-elfeed-options]] sets =elfeed= options, binds the =elfeed=
command, and makes a minimal attempt to enable =emms=. 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]:
#+caption: Set =elfeed= options and bind =elfeed= command. #+caption: Set =elfeed= options and bind =elfeed= command.
#+name: lst:set-elfeed-options #+name: lst:set-elfeed-options
#+begin_src emacs-lisp -n :results silent #+begin_src emacs-lisp -n :results silent
(when (and (ensure-package-installation 'elfeed) (when (ensure-package-installation 'elfeed)
(fboundp 'elfeed))
(keymap-global-set "C-x w" #'elfeed) (keymap-global-set "C-x w" #'elfeed)
(with-eval-after-load 'elfeed (with-eval-after-load 'elfeed