1
0
Fork 0
Commit graph

9 commits

Author SHA1 Message Date
e22b5a5626 [oni-counsel] Add some functions to interact with the OS 2022-02-08 09:46:19 -08:00
bede6c21cf
[oni-counsel] Remove autoload cookie, load from ‘oni-core’ 2021-09-19 23:41:08 -07:00
d3390126d5 Remove helpful
It’s not actually as helpful as I’d hoped. The built-in help system is already
pretty good.
2020-09-15 22:56:30 -07:00
df4d188d3f Fix diminishing minor modes when reloading libraries 2020-04-08 11:16:00 -07:00
1acb64f9c8 Enable recentf-mode in Emacs 2020-02-24 22:08:51 -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
53d104a44b Add extra command for ‘counsel-find-file’ to create file
When working on the exercises of the book I’m currently reading, I always have
to open a file, save it (to create the directory and file) and then revert the
file just so that ‘lsp-mode’ can connect to the server. With this command I can
have that done before I open the file.
2019-07-24 08:12:15 -07:00
77e25502a1 Add helpful package 2019-04-09 01:09:37 -07:00
cf28aed31d Add oni-counsel 2019-02-28 21:48:52 -08:00