1
0
Fork 0
Commit graph

7 commits

Author SHA1 Message Date
146f5cfcca
Move loading for ‘oni-clojure’ and required packages into ‘oni-core’ 2021-07-27 21:06:46 -07:00
c7606ee498 Enable company-mode in clojure 2020-01-28 19:02:19 -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
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
82f2ebebf5 Add oni-paredit 2019-03-05 00:06:28 -08:00
bab53707b6 Add oni-data-dir 2019-02-27 23:43:16 -08:00
bbd44264d9 Add ‘clojure-mode’ and ‘cider’ configuration 2019-02-18 16:55:24 -08:00