Complete the list describing the bound embark functions
This commit is contained in:
parent
5412a8c482
commit
b963e4d35b
12
README.org
12
README.org
@ -879,15 +879,19 @@ Listing [[lst:configure-orderless]] configures [[info:orderless#Company][orderle
|
||||
:END:
|
||||
|
||||
Listing [[lst:configure-embark]] configures =embark= key bindings:
|
||||
1. Except for highlighting of email and web URLs, =embark-dwim= englobes the
|
||||
1. =embark-act= prompts the user for an action and performs it.
|
||||
2. Except for highlighting of email and web URLs, =embark-dwim= englobes the
|
||||
functionality of src_emacs-lisp{(find-library "goto-addr")} that activates
|
||||
mail and web URLs to turn them into clickable buttons. Since =embark-dwim=
|
||||
acts on a superset of target types, it renders =goto-addr= superfluous. See:
|
||||
1. [[info:emacs#Goto Address mode][Goto Address mode (info)]].
|
||||
2. [[info:embark#The default action on a target][The default (embark-dwim) action on a target (info)]].
|
||||
2. The initialization src_emacs-lisp{(setq prefix-help-command
|
||||
#'embark-prefix-help-command)} enables minibuffer help after a prefix key as
|
||||
typing {{{kbd(C-x C-h)}}} or {{{kbd(C-c C-h)}}} shows.
|
||||
3. =embark-bindings= allows to explore all current command key bindings in the
|
||||
minibuffer.
|
||||
4. The initialization src_emacs-lisp{(setq prefix-help-command
|
||||
#'embark-prefix-help-command)} enables minibuffer help after a prefix key
|
||||
(for instance {{{kbd(C-x)}}} or {{{kbd(C-c)}}}) as typing {{{kbd(C-x C-h)}}}
|
||||
or {{{kbd(C-c C-h)}}} shows.
|
||||
|
||||
#+caption[Configure =embark=]:
|
||||
#+caption: Configure =embark=.
|
||||
|
Loading…
Reference in New Issue
Block a user