/eldoc-cmake

Eldoc support for CMake

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

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