commit | 901386f646ea9949b44c5cc3b41e62bb285ffcc4 | [log] [tgz] |
---|---|---|
author | Joerg Bornemann <joerg.bornemann@qt.io> | Fri Dec 11 22:08:33 2020 +0100 |
committer | Joerg Bornemann <joerg.bornemann@qt.io> | Fri Dec 11 22:13:42 2020 +0100 |
tree | 364fa828b89e533e851ac99beb9059b691d82007 | |
parent | 0064981f6fb5ab96cb09bfdc456f6250ee4cb311 [diff] |
cmake-mode.el: Add navigation by function and macro Add the functions cmake-beginning-of-defun and cmake-end-of-defun that jump to the beginning/end of the nearest function or macro. Add the function cmake-mark-defun that marks the current function. Bind those functions to the usual keys in cmake-mode-map.