diff --git a/README.org b/README.org index c91b7ec..537eb65 100644 --- a/README.org +++ b/README.org @@ -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]: