1
0
Fork 0
Commit graph

11 commits

Author SHA1 Message Date
5f7a6b8ddd Give some keybindings (hopefully) more descriptive names
This style of keybinding helps ‘which-key’[1] to display a better name for the
command.

[1]: https://github.com/justbur/emacs-which-key
2022-12-13 07:11:36 -08:00
cfa0179053 Remove all self-loading autoload cookies
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.
2021-11-23 00:38:09 -08:00
1bbd8b1bdb Remove forge 2021-02-14 18:43:13 -08:00
be0cc578b0 Add oni-hydra configuration, spruce up some hydras 2020-03-05 22:52:59 -08:00
803ea193da (re-)enable forge in Magit 2020-02-03 22:03:13 -08:00
bb29ee8a12 Change version format
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.
2019-09-04 21:09:38 -07:00
05bcca0423 Remove magithub dependency 2019-03-06 23:11:19 -08:00
997fa266b9 Add Windows-specific settings to oni-magit 2019-03-03 12:12:39 -08:00
c871ddbc9d Fix autoload for Magit's Hydra 2019-02-22 00:11:09 -08:00
c9f1c036bf Fix regexp to show Magit in full screen 2019-02-21 23:53:05 -08:00
1551d688fc Add Magit configuration 2019-02-21 23:43:22 -08:00