1
0
Fork 0
Commit graph

9 commits

Author SHA1 Message Date
4d272ffb4a Add hydra for emacs-lisp 2020-03-06 23:14:50 -08:00
fd18520fb5 Add flycheck-relint to Elisp configuration 2020-02-29 13:13:56 -08:00
977f795e03 Enable ‘auto-fill-mode’ for comments in most programming modes
The ones that are already backed by a formatter, such as Java, Python and sh
don’t need it.
2019-12-10 23:16:15 -08:00
071ab29871 Show IELM buffers in a side-window 2019-09-08 16:55:34 -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
b3123f8d11 Fix tests for ‘oni-elisp’ 2019-08-25 14:05:05 -07:00
8b92d54baf Add ‘depends-on-git’ emacs-lisp snippet 2019-08-25 13:44:57 -07:00
fb371a5dd9 Add missing Cask file 2019-08-25 13:44:48 -07:00
75fe1b4c4f Add snippets to ‘oni-elisp’ 2019-08-25 13:37:25 -07:00