aboutsummaryrefslogtreecommitdiffstats
path: root/oni-conf
Commit message (Collapse)AuthorAgeFilesLines
* Remove dependency declarations from Cask filesGravatar Tom Willemse2020-03-201-2/+0
| | | | | | The dependencies are also in the package files themselves and are the actual source of truth. The way I’ve reorganized the stages should mean that this isn’t necessary anymore.
* Add missing autoload to oni-confGravatar Tom Willemse2020-01-131-1/+3
|
* Enable ‘auto-fill-mode’ for comments in most ↵Gravatar Tom Willemse2019-12-101-1/+8
| | | | | | | 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.
* Fix typoGravatar Tom Willemse2019-08-271-2/+2
|
* Fix loading of conf-mode snippetsGravatar Tom Willemse2019-08-231-0/+0
|
* Add tests for ‘oni-conf’Gravatar Tom Willemse2019-08-231-6/+9
|
* Add ‘oni-conf’ and the ability to upload multi-file ↵Gravatar Tom Willemse2019-08-203-0/+69
packages ‘oni-conf’ is the first package to include more than one file, it’s mostly a package to allow distributing snippets.