Skip to content

cmake-mode.el: Improve help display with reStructuredText mode

Youmu requested to merge condy0919/cmake:cmake.el into master

cmake --help-command add_definitions prints the content of /usr/share/cmake-3.19/Help/command/add_definitions.rst, it will be better to view the documentation in rst-mode (built in Emacs)

Before: image

After: image

Edited by Brad King

Merge request reports