1
0
Fork 0
Commit graph

11 commits

Author SHA1 Message Date
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
ee6dd64430
[oni-core] Don’t blink ‘beacon’ in Circe channel buffers
Beacon blinks a lot when new messages come in and when I type long sentences. In
Circe buffers this really isn’t necessary.
2021-08-27 12:03:41 -07:00
00898a0138 Diminish ‘beacon-mode’ 2020-12-18 00:08:55 -08:00
f082706a20 Add beacon 2020-03-02 10:28:50 -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
7f2de7064b Show matching parenthesis in oni-ui 2019-02-26 01:50:47 -08:00
30d84bb0da Stop the cursor from blinking 2019-02-26 00:38:29 -08:00
3422f46ed8 Move `scroll-bar-mode' to GUI config, fix warning
Move `scroll-bar-mode' to `oni-gui` because it isn't defined in the
non-GUI version. Fix the warning that `tool-bar-mode' wasn't
guaranteed to be defined by requiring the `tool-bar' library.
2019-02-25 19:13:15 -08:00
1d0527f6cc Properly autoload packages 2019-01-30 01:51:03 -08:00
1d46ce1911 Inhibit startup-screen in oni-ui 2019-01-26 00:07:13 -08:00
b638db0716 Add oni-ui and oni-gui 2019-01-24 01:21:19 -08:00