<feed xmlns='http://www.w3.org/2005/Atom'>
<title>evil-collection.git/evil-collection-ruby-mode.el, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-collection.git/'/>
<entry>
<title>Use subdirectories for setup files (+READMEs)</title>
<updated>2019-10-10T02:41:45+00:00</updated>
<author>
<name>Justin Burkett</name>
<email>justin@burkett.cc</email>
</author>
<published>2018-07-12T19:05:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-collection.git/commit/?id=95dad4c734ae3d3811c05b259eea15ac4f3cb5c5'/>
<id>95dad4c734ae3d3811c05b259eea15ac4f3cb5c5</id>
<content type='text'>
Move setup files into subdirectories. Move mode directories to modes subdir.
This will make it easy to specify a recipe in melpa that maintains the directory
structure. Add interactive functions to jump to .el and README files

See #170
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move setup files into subdirectories. Move mode directories to modes subdir.
This will make it easy to specify a recipe in melpa that maintains the directory
structure. Add interactive functions to jump to .el and README files

See #170
</pre>
</div>
</content>
</entry>
<entry>
<title>Autoload "evil-collection-*-setup" functions</title>
<updated>2018-10-16T07:22:31+00:00</updated>
<author>
<name>Enze Chi</name>
<email>enze.chi@gmail.com</email>
</author>
<published>2018-10-15T10:30:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-collection.git/commit/?id=d9760942c6d0566cf4475ce7702207b7b5a35f00'/>
<id>d9760942c6d0566cf4475ce7702207b7b5a35f00</id>
<content type='text'>
With autoload, it doesn't need "require" the package before call
evil-collection-*-setup function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With autoload, it doesn't need "require" the package before call
evil-collection-*-setup function.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update ambrevar's email address</title>
<updated>2018-08-27T08:42:28+00:00</updated>
<author>
<name>Pierre Neidhardt</name>
<email>ambrevar@gmail.com</email>
</author>
<published>2018-08-27T08:41:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-collection.git/commit/?id=66ae22f2764855c26e19403ec4697c62a77b64eb'/>
<id>66ae22f2764855c26e19403ec4697c62a77b64eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Require evil-collection instead of evil</title>
<updated>2018-06-20T01:14:50+00:00</updated>
<author>
<name>James Nguyen</name>
<email>james@jojojames.com</email>
</author>
<published>2018-06-20T01:14:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-collection.git/commit/?id=1177456348a7450170a778924ac0a191354a4b82'/>
<id>1177456348a7450170a778924ac0a191354a4b82</id>
<content type='text'>
Remove declare-function workaround.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove declare-function workaround.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove .el in declare-function</title>
<updated>2018-06-08T17:32:02+00:00</updated>
<author>
<name>James Nguyen</name>
<email>james@jojojames.com</email>
</author>
<published>2018-06-08T17:32:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-collection.git/commit/?id=04268dcadccad49f88b9a0ca3fcc0d1047c6c4eb'/>
<id>04268dcadccad49f88b9a0ca3fcc0d1047c6c4eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add declare-functions for evil-collection-define-key</title>
<updated>2018-06-08T17:18:17+00:00</updated>
<author>
<name>James Nguyen</name>
<email>james@jojojames.com</email>
</author>
<published>2018-06-08T17:18:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-collection.git/commit/?id=36f56362cca9e31631d84e0417c8d4c94d0cc2f8'/>
<id>36f56362cca9e31631d84e0417c8d4c94d0cc2f8</id>
<content type='text'>
Adding for byte compiling.

TODO: Should look into doing an import instead since we shouldn't need
to declare a function that our library should know about.

I think there was some circular dependency around evil-collection-*
requiring evil-collection.el so I went with the quick and dirty
approach of doing a declare-function. If someone has a better idea,
feel free to change this!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adding for byte compiling.

TODO: Should look into doing an import instead since we shouldn't need
to declare a function that our library should know about.

I think there was some circular dependency around evil-collection-*
requiring evil-collection.el so I went with the quick and dirty
approach of doing a declare-function. If someone has a better idea,
feel free to change this!
</pre>
</div>
</content>
</entry>
<entry>
<title>Add key translation functionality</title>
<updated>2018-03-23T08:52:06+00:00</updated>
<author>
<name>noctuid</name>
<email>noct@openmailbox.org</email>
</author>
<published>2017-12-18T03:26:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-collection.git/commit/?id=1853b53a8daf908244e83b8437aa2a0fb744a681'/>
<id>1853b53a8daf908244e83b8437aa2a0fb744a681</id>
<content type='text'>
Also add evil-collection-setup-hook. Fixes #5 and #98.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also add evil-collection-setup-hook. Fixes #5 and #98.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in ruby-mode file</title>
<updated>2018-03-03T03:10:10+00:00</updated>
<author>
<name>Linus Marton</name>
<email>linus.pettersson@gmail.com</email>
</author>
<published>2018-03-02T11:11:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-collection.git/commit/?id=be7765758ce2ef1bd7f8982dabc6e0bea7c1fd26'/>
<id>be7765758ce2ef1bd7f8982dabc6e0bea7c1fd26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change url</title>
<updated>2018-03-02T01:22:38+00:00</updated>
<author>
<name>James Nguyen</name>
<email>james@jojojames.com</email>
</author>
<published>2018-03-02T01:22:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-collection.git/commit/?id=6ddfc3f7ffc09ae8fcee05e044d3a35aaddacf94'/>
<id>6ddfc3f7ffc09ae8fcee05e044d3a35aaddacf94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ruby-mode</title>
<updated>2017-12-13T03:45:45+00:00</updated>
<author>
<name>James Nguyen</name>
<email>james@jojojames.com</email>
</author>
<published>2017-12-13T03:45:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-collection.git/commit/?id=64556c6f7337399639a76281fb8ad2aa32dc012b'/>
<id>64556c6f7337399639a76281fb8ad2aa32dc012b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
