aboutsummaryrefslogtreecommitdiffstats
path: root/oni-yasnippet.el
Commit message (Collapse)AuthorAgeFilesLines
* Fix diminishing minor modes when reloading librariesGravatar Tom Willemse2020-04-081-2/+2
|
* 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-02-271-2/+2
|
* Fix loading of oni-yasnippetGravatar Tom Willemse2019-02-271-2/+2
| | | | | | By delaying the function call to `yas-global-mode' until Emacs has finished starting up, it won't try to load the diminish package before its autoloads file has been read.
* Add oni-yasnippetGravatar Tom Willemse2019-02-261-0/+43