From ff0d3e94e6c4425b55450877e4aef38edad333dc Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Mon, 10 Jun 2024 11:56:51 +0200 Subject: [PATCH] Clean up set elfeed options listing --- README.org | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.org b/README.org index c387df1..ade57e8 100644 --- a/README.org +++ b/README.org @@ -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