aboutsummaryrefslogtreecommitdiffstats
path: root/oni-cmake.el
Commit message (Collapse)AuthorAgeFilesLines
* [oni-cmake] Add function to narrow the buffer to the ↵Gravatar Tom Willemse2022-02-031-1/+15
| | | | current defun
* [oni-cmake] Move autoload to ‘oni-core’Gravatar Tom Willemse2021-07-301-3/+1
|
* [oni-fci] Remove configurationGravatar Tom Willemse2021-06-221-7/+3
| | | | | ‘fci-mode’ has been completely superseded by the built-in ‘display-fill-column-indicator-mode’.
* Fix dependency on LSP for CMakeGravatar Tom Willemse2021-03-091-2/+2
|
* Enable lsp in CMake modeGravatar Tom Willemse2021-03-031-2/+3
|
* Enable ‘electric-indent-local-mode’ in CMakeGravatar Tom Willemse2021-02-231-1/+2
|
* Turn on rainbow delimiters for CMakeGravatar Tom Willemse2021-01-311-1/+2
|
* Add CMake(User)Presets.json as CMake files for grepGravatar Tom Willemse2021-01-201-2/+3
|
* Use ‘display-fill-column-indicator-mode’ if possibleGravatar Tom Willemse2020-09-071-2/+6
| | | | | Fall back to ‘fci-mode’ if the function ‘display-fill-column-indicator-mode’ doesn’t exist.
* Use oni-flycheck for cmake instead of flycheck directlyGravatar Tom Willemse2020-02-291-2/+2
|
* Enable ‘auto-fill-mode’ for comments in most ↵Gravatar Tom Willemse2019-12-101-1/+7
| | | | | | | programming modes The ones that are already backed by a formatter, such as Java, Python and sh don’t need it.
* Change version formatGravatar Tom Willemse2019-09-041-1/+1
| | | | | | | | | | | In order to support my tablet which seems to have a lower maximum integer value (I guess it’s 32-bit? I’m surprised) and can’t handle the version numbers I was using before. It would turn them into floating point numbers, which adds a ~.0~, this made it impossible to install any package. Any installations I have will need to reinstall all their oni packages so that the new version number is picked up, since the new version number will be lower than the old one.
* Add flycheck checker for CMake, enable EldocGravatar Tom Willemse2019-05-011-2/+12
|
* Enable fill-column-indicator for CMakeGravatar Tom Willemse2019-04-021-2/+3
|
* Add a grep alias for cmake filesGravatar Tom Willemse2019-03-281-1/+5
|
* Add compilation regexp for CMake warningsGravatar Tom Willemse2019-03-281-1/+13
|
* Add oni-cmakeGravatar Tom Willemse2019-02-261-0/+36