Skip to content

Help

  • consult-man’: Find Unix man page, via Unix ‘apropos’ or ‘man -k’. ‘consult-man’ opens the selected man page using the Emacs ‘man’ command. Supports live preview of the theme while scrolling through the candidates.
  • consult-info’: Full text search through info pages. If the command is invoked from within an *info* buffer, it will search through the current manual. You may want to create your own ‘consult-info-*’ commands which search through a predefined set of info pages. You can use the function ‘consult-info-define’ to define commands ‘consult-info-emacs’, ‘consult-info-completion’, ‘consult-info-org’, and so on:
emacs-lisp
(consult-info-define "emacs" "efaq" "elisp" "cl" "compat" "eshell")
(consult-info-define 'completion
                     "vertico" "consult" "marginalia" "orderless"
                     "embark" "corfu" "cape" "tempel")
(consult-info-define "org")
(consult-info-define "gnus")
(consult-info-define "magit")