aboutsummaryrefslogtreecommitdiffstats
path: root/oni-css
Commit message (Collapse)AuthorAgeFilesLines
* Replace all Cask files with Eldev filesGravatar Tom Willemse2023-05-252-8/+13
| | | | | | | | | I'm working on moving my build setup to my own laminar[1] instance. To do this I need to be able to package files up. It appears that I couldn't quite get Cask to work, and Eldev exists in the Guix[2] package repository. [1]: https://laminar.ryuslash.org/ [2]: https://guix.gnu.org/
* Remove autoloads for snippet loadingGravatar Tom Willemse2021-12-011-3/+1
| | | | | Loading ‘yasnippet’ shouldn't automatically load my package configuration. If my package configuration hasn't been loaded it shouldn't try to include my snippets.
* [oni-css] Remove autoload cookie, load from ‘oni-core’Gravatar Tom Willemse2021-09-201-3/+1
|
* [oni-css] Depend on my configuration of yasnippetGravatar Tom Willemse2021-09-201-2/+2
|
* [oni-fci] Remove configurationGravatar Tom Willemse2021-06-221-8/+4
| | | | | ‘fci-mode’ has been completely superseded by the built-in ‘display-fill-column-indicator-mode’.
* 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.
* Remove dependency declarations from Cask filesGravatar Tom Willemse2020-03-201-5/+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 oni-hydra configuration, spruce up some hydrasGravatar Tom Willemse2020-03-051-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.
* Fix typoGravatar Tom Willemse2019-08-251-2/+2
|
* Autoload snippets initialize funcion for ‘oni-css’Gravatar Tom Willemse2019-08-241-1/+2
|
* ‘oni-css’ requires yasnippetGravatar Tom Willemse2019-08-241-2/+2
|
* Actually load the snippets for ‘oni-css’Gravatar Tom Willemse2019-08-231-1/+23
|
* Add snippets to ‘oni-css’Gravatar Tom Willemse2019-08-233-0/+165