Casual Info is an opinionated Transient-based porcelain for Emacs Info. INSTALLATION (require 'casual-info) (keymap-set Info-mode-map "C-o" #'casual-info-tmenu) Alternately with `use-package': (use-package casual-info :ensure nil :bind (:map Info-mode-map ("C-o" . 'casual-info-tmenu))) NOTE: This package requires `casual-lib' which in turn requires an update of the built-in package `transient' ≥ 0.6.0. Please customize the variable `package-install-upgrade-built-in' to t to allow for `transient' to be updated. For further details, consult the INSTALL section of this package's README.