1
0
Fork 0
Commit graph

21 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
89f8afa600 [oni-fci] Remove configuration
‘fci-mode’ has been completely superseded by the built-in
‘display-fill-column-indicator-mode’.
2021-06-22 22:19:53 -07:00
f1ffdae38b [oni-java] Add ‘rainbow-delimiters’ 2021-04-25 17:36:32 -07:00
d7eb818ecf Turn abbrevs into "system" abbrevs
This prevents them from being saved to the abbrevs_defs file.
2020-12-12 22:10:43 -08:00
0f22bb9729 Add abbrevs to C, Java, and C# modes 2020-12-10 20:52:52 -08:00
27bc014a64 Remove ‘company-lsp’
‘company-lsp’ has been superseded by ‘company-capf’.
2020-10-30 18:23:52 -07:00
4d0a1c884d Use ‘display-fill-column-indicator-mode’ if possible
Fall back to ‘fci-mode’ if the function ‘display-fill-column-indicator-mode’
doesn’t exist.
2020-09-07 14:45:10 -07:00
be0cc578b0 Add oni-hydra configuration, spruce up some hydras 2020-03-05 22:52:59 -08:00
d4e4a25cde Add documentation command for LSP
The default way lsp (at least for Java) is displayed is annoying. I’m used to
calling documentation with a keybinding like in Emacs Lisp. This command makes
it more like that.
2019-10-21 00:42:30 -07:00
0baa1485c2 Add some more key bindings to the java refactor hydra 2019-10-16 23:28:31 -07:00
1ac1bedfc6 Re-enable ‘lsp-ui-doc-mode’ and enable ‘lsp-lens-mode’ 2019-10-16 23:28:31 -07:00
e86f0e4d15 Add some commands to the ‘java-refactor-hydra’ 2019-10-02 19:59:15 -07: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
e1ff5ceda5 Add auto-insert setting for Java 2019-07-23 22:54:26 -07:00
9a2dd2a8d7 Add extract method for java refactor hydra 2019-07-10 07:58:22 -07:00
799566eb32 Add refactoring hydra to oni-java 2019-06-23 09:33:15 -07:00
d83e843404 Enable ‘auto-fill-mode’ in Java 2019-06-11 08:26:38 -07:00
ba82b2a87d Move the ‘lsp-java’ data to a better location 2019-05-28 07:57:27 -07:00
61e7180311 Add lsp-mode to Java config and stop using JDEE 2019-04-22 01:01:51 -07:00
836226f1da Add oni-fci 2019-03-06 00:53:00 -08:00
1b3e0ce6b6 Add Java configuration 2019-02-21 23:43:45 -08:00