aboutsummaryrefslogtreecommitdiffstats
path: root/oni-c.el
Commit message (Collapse)AuthorAgeFilesLines
* [oni-c] Add ‘rainbow-delimiters’Gravatar Tom Willemse2021-07-281-2/+3
|
* Add comments on how to use the packages managed by GuixGravatar Tom Willemse2021-07-151-2/+5
|
* [oni-c] Remove autoload cookieGravatar Tom Willemse2021-07-081-3/+1
|
* [oni-c] Set up use of ccls for C codingGravatar Tom Willemse2021-07-081-5/+10
|
* [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’.
* Turn abbrevs into "system" abbrevsGravatar Tom Willemse2020-12-121-3/+3
| | | | This prevents them from being saved to the abbrevs_defs file.
* Add reformatter and lsp to my C configurationGravatar Tom Willemse2020-12-121-2/+10
|
* Add abbrevs to C, Java, and C# modesGravatar Tom Willemse2020-12-101-2/+8
|
* 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.
* 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 oni-fciGravatar Tom Willemse2019-03-061-2/+2
|
* Add oni-cGravatar Tom Willemse2019-03-031-0/+37