Start adding consult usage tips

This commit is contained in:
Gerard Vermeulen 2024-03-22 09:05:57 +01:00
parent 829db15daa
commit b4005277be
1 changed files with 6 additions and 0 deletions

View File

@ -1555,6 +1555,12 @@ Listing [[lst:enable-marginalia-mode]] enables =marginalia-mode=.
[[info:consult#Top][Consult (info)]] provides practical commands based on the Emacs minibuffer
completion function [[info:elisp#Minibuffer Completion][completing-read]]. Listing [[lst:bind-consult-commands][bind =consult= commands]] binds
=consult= commands to different key maps.
Consult usage tips are:
1. Add a buffer position to the mark ring by means of {{{kbd(C-SPACE C-SPACE)}}}
and jump to one of the marks in the ring by means of {{{kbd(M-x
consult-mark)}}} or {{{kbd(M-g m)}}}. See [[https://arialdomartini.github.io//emacs-mark-ring][Emacs: Mark Ring]].
2. {{{kbd(M-x consult-org-heading)}}} or {{{kbd(C-c C-h)}}} is an alternative to
{{{kbd(M-x org-goto)}}} or {{{kbd(C-c C-j)}}}.
#+attr_latex: :booktabs yes :float table
#+caption[Configuration specific key bindings]: