Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 225 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 225 Bytes

eldoc-cmake shows documentation (using eldoc-mode) when editing CMake files.

To install:

(use-package eldoc-cmake
  :hook (cmake-mode . eldoc-cmake-enable))

What it looks like: screenshot.png