1
0
Fork 0
Commit graph

11 commits

Author SHA1 Message Date
2a58268486 Don't fail if a snippet can't be found
On my laptop the ‘mode-table’ is nil and causes the other function calls to
fail. I'm not quite sure why this happens, but this shouldn't fail the
operation.
2023-12-12 08:53:30 -08:00
e38bb344e4 Remove the ‘defun’ snippet from ‘lisp-interaction-mode’
It always confuses me that it's defined in ‘lisp-interaction-mode’, but not in
‘emacs-lisp-mode’. ‘emacs-lisp-mode’ has the same basic snippet under the key
‘def’.
2023-07-12 23:28:12 -07:00
f6938f85c7
[oni-yasnippet] Change the default expand condition
By default I don’t want any snippets to be expanded in either strings or comments.
2021-09-19 23:53:47 -07:00
1d7ac0e410
Add comments on how to use the packages managed by Guix 2021-07-15 22:34:08 -07:00
a14393b612
Remove autoload cookies for packages managed by Guix 2021-07-15 22:33:40 -07:00
f57409a57f [oni-yasnippet] Try expanding snippets when ‘SPC’ is pressed
This hopefully makes it easier for me to use snippets. I always forget about
them.
2021-06-30 15:18:11 -07:00
df4d188d3f Fix diminishing minor modes when reloading libraries 2020-04-08 11:16:00 -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
fe9bc3ed06 Fix typo 2019-02-27 23:52:37 -08:00
3905db08ab Fix loading of oni-yasnippet
By delaying the function call to `yas-global-mode' until Emacs has
finished starting up, it won't try to load the diminish package before
its autoloads file has been read.
2019-02-27 22:46:23 -08:00
782ac09408 Add oni-yasnippet 2019-02-26 23:21:59 -08:00