branch: externals/embark
commit 120b1876cbcf3f4b6f46683df8b985c1ee74387c
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    README: Set author
---
 README.org  | 9 +++++----
 embark.texi | 2 +-
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/README.org b/README.org
index 7d22949d20..94f3444dc4 100644
--- a/README.org
+++ b/README.org
@@ -1,4 +1,5 @@
 #+TITLE: Embark: Emacs Mini-Buffer Actions Rooted in Keymaps
+#+AUTHOR: Omar AntolĂ­n Camarena
 #+OPTIONS: d:nil
 #+EXPORT_FILE_NAME: embark.texi
 #+TEXINFO_DIR_CATEGORY: Emacs misc features
@@ -276,7 +277,7 @@ The selection functionality is supported in every buffer:
   paragraphs scattered over a file and you want to bring them
   together, you can select each one, insert them all somewhere and
   finally delete all of them (from their original locations).
-  
+
 *** =embark-live= a live-updating variant of =embark-collect=
 
 Finally, there is also an =embark-live= variant of the =embark-collect=
@@ -550,7 +551,7 @@ Embark's completion-based command prompter to list:
 - key bindings under a prefix,
 - local key bindings, or
 - all key bindings.
-  
+
 To use it for key bindings under a prefix (you can use this to replace
 the =which-key= package, for example), use this configuration:
 
@@ -1188,7 +1189,7 @@ Embark and Consult. Some examples are:
 * Related Packages
 
 There are several packages that offer functionality similar
-to Embark's. 
+to Embark's.
 
 - Acting on minibuffer completion candidates :: The popular Ivy and
   Helm packages have support for acting on the completion candidates
@@ -1204,7 +1205,7 @@ to Embark's.
   has the command =ivy-occur= which is similar to =embark-collect=. As
   with Ivy actions, =ivy-occur= only works for commands written using
   the Ivy API.
-  
+
 * Resources
 
 If you want to learn more about how others have used Embark here are
diff --git a/embark.texi b/embark.texi
index df0dd8966b..9c1f2173c7 100644
--- a/embark.texi
+++ b/embark.texi
@@ -1426,7 +1426,7 @@ leave the minibuffer open so you can navigate among the 
matches.
 @chapter Related Packages
 
 There are several packages that offer functionality similar
-to Embark's. 
+to Embark's.
 
 @table @asis
 @item Acting on minibuffer completion candidates

Reply via email to