File: cider-cheatsheet.el.html

A quick reference system for Clojure. Fast, searchable & available offline.

Defined variables (9)

cider-cheatsheet-auto-select-bufferWhether to auto-select the cheatsheet popup buffer.
cider-cheatsheet-bufferName of the CIDER cheatsheet buffer.
cider-cheatsheet-default-action-functionFunction to use on a var when it is selected.
cider-cheatsheet-hierarchyA data structure for Clojure cheatsheet information.
cider-cheatsheet-mode-abbrev-tableAbbrev table for ‘cider-cheatsheet-mode’.
cider-cheatsheet-mode-hookHook run after entering ‘cider-cheatsheet-mode’.
cider-cheatsheet-mode-mapKeymap for ‘cider-cheatsheet-mode’.
cider-cheatsheet-mode-menuMenu for CIDER’s cheatsheet.
cider-cheatsheet-mode-syntax-tableSyntax table for ‘cider-cheatsheet-mode’.

Defined functions (6)

cider-cheatsheet()
cider-cheatsheet--buffer-contents()
cider-cheatsheet--var-at-point()
cider-cheatsheet-clojuredocs-web-at-point()
cider-cheatsheet-mode()
cider-cheatsheet-select(&optional FLAT)

Defined faces (2)

cider-cheatsheet-sectionFace for top-level sections in the cheatsheet buffer.
cider-cheatsheet-subsectionFace for nested sections in the cheatsheet buffer.