aboutsummaryrefslogtreecommitdiffstats
path: root/oni-yasnippet.el
Commit message (Collapse)AuthorAgeFilesLines
* Remove the ‘defun’ snippet from ↵Gravatar Tom Willemse2023-07-121-1/+17
| | | | | | | | ‘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’.
* [oni-yasnippet] Change the default expand conditionGravatar Tom Willemse2021-09-191-1/+3
| | | | By default I don’t want any snippets to be expanded in either strings or comments.
* Add comments on how to use the packages managed by GuixGravatar Tom Willemse2021-07-151-2/+7
|
* Remove autoload cookies for packages managed by GuixGravatar Tom Willemse2021-07-151-4/+0
|
* [oni-yasnippet] Try expanding snippets when ‘SPC’ is ↵Gravatar Tom Willemse2021-06-301-2/+3
| | | | | | | pressed This hopefully makes it easier for me to use snippets. I always forget about them.
* Fix diminishing minor modes when reloading librariesGravatar Tom Willemse2020-04-081-2/+2
|
* Change version formatGravatar Tom Willemse2019-09-041-1/+1
| | | | | | | | | | | 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.
* Fix typoGravatar Tom Willemse2019-02-271-2/+2
|
* Fix loading of oni-yasnippetGravatar Tom Willemse2019-02-271-2/+2
| | | | | | 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.
* Add oni-yasnippetGravatar Tom Willemse2019-02-261-0/+43