aboutsummaryrefslogtreecommitdiffstats
path: root/oni-projectile.el
Commit message (Collapse)AuthorAgeFilesLines
* [oni-projectile] Don't enable projectile-modeGravatar Tom Willemse2023-09-111-4/+1
|
* [oni-projectile] Remove dependency on ivyGravatar Tom Willemse2022-03-011-8/+3
|
* Remove all self-loading autoload cookiesGravatar Tom Willemse2021-11-231-3/+1
| | | | | | | | The big downside of usuing these cookies to inject my configuration into the loading of a package is that it means that I can't load that package without my configuration anymore. This means that when I start ‘emacs -Q’ and then call ‘package-initialize’ it'll load my configuration as well. This makes debugging things very difficult.
* Fix projectile on WindowsGravatar Tom Willemse2020-03-061-3/+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.
* Don’t overwrite actions, append to themGravatar Tom Willemse2019-07-241-2/+2
|
* Add extra action to projectile-switch-projectGravatar Tom Willemse2019-07-241-1/+6
| | | | | | I’ve noticed that a lot of the time I want to go directly to a project’s git status, instead of to one of the files. Now I can press ‘M-o’ when switching projects with Ivy and I’ll get a choice of switching to the magit buffer.
* Add Windows settings to oni-projectileGravatar Tom Willemse2019-03-011-1/+7
|
* Add oni-data-dirGravatar Tom Willemse2019-02-271-5/+5
|
* Add ‘oni-projectile’Gravatar Tom Willemse2019-02-191-0/+52