summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2026-01-27 18:26:31 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2026-01-27 18:26:31 +0100
commit120b1876cbcf3f4b6f46683df8b985c1ee74387c (patch)
treeca2091fe3f803a0fb46723efb5230cb958250122
parentb0e5c2cb7be893592ed434b2e3528b38d233d8db (diff)
README: Set author
-rw-r--r--README.org9
-rw-r--r--embark.texi2
2 files changed, 6 insertions, 5 deletions
diff --git a/README.org b/README.org
index 7d22949..94f3444 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 df0dd89..9c1f217 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