From 7c69727fc7e9bbc35003a680081b23d5e4ac89af Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Mon, 28 Mar 2022 09:45:27 +0200 Subject: [PATCH] Fix typo --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index f166bc9..c0fca44 100644 --- a/README.org +++ b/README.org @@ -427,7 +427,7 @@ extension. '(wdired-allow-to-change-permissions t))) #+end_src -Listing [[lst:extra-dired-key-bindings]] adds new key-bindings to =dired-mode-map= to: +Listing [[lst:extra-dired-key-bindings]] adds new key bindings to =dired-mode-map= to: 1. Open files with the [[https://en.wikipedia.org/wiki/Eww_(web_browser)][Emacs Web Wowser]] inside Emacs. 2. Let [[https://en.wikipedia.org/wiki/Rsync][rsync]] copy marked files outside Emacs to a local or remote directory. The link [[https://truongtx.me/tmtxt-dired-async.html][asynchoronous execution library for Emacs Dired]] is the original source