<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kakoune.git/src/kakrc, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/'/>
<entry>
<title>Make kak more installable</title>
<updated>2013-12-23T21:36:05+00:00</updated>
<author>
<name>Maxime Coste</name>
<email>frrrwww@gmail.com</email>
</author>
<published>2013-12-23T21:26:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/commit/?id=fa72d27f9a78d6af8052523d9166a31000d4cba8'/>
<id>fa72d27f9a78d6af8052523d9166a31000d4cba8</id>
<content type='text'>
* Kak relies on the kakrc file to be in ../share/kak/kakrc relative
to kak binary rather than in the same directory
* Added an install target to the Makefile
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Kak relies on the kakrc file to be in ../share/kak/kakrc relative
to kak binary rather than in the same directory
* Added an install target to the Makefile
</pre>
</div>
</content>
</entry>
<entry>
<title>kakrc: define colorscheme before sourcing user config</title>
<updated>2013-03-29T18:35:48+00:00</updated>
<author>
<name>Maxime Coste</name>
<email>frrrwww@gmail.com</email>
</author>
<published>2013-03-28T17:38:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/commit/?id=deb502cb40cbf4b4216f587adaf4a12bc71a0f50'/>
<id>deb502cb40cbf4b4216f587adaf4a12bc71a0f50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>kakrc: avoid bash features</title>
<updated>2013-03-22T12:45:52+00:00</updated>
<author>
<name>Maxime Coste</name>
<email>frrrwww@gmail.com</email>
</author>
<published>2013-03-22T12:45:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/commit/?id=9494fbbd87eb9601bd9a82940c84995d17de1a6a'/>
<id>9494fbbd87eb9601bd9a82940c84995d17de1a6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>source user kakrc after autoloads, so that user can override options</title>
<updated>2012-12-07T18:19:45+00:00</updated>
<author>
<name>Maxime Coste</name>
<email>frrrwww@gmail.com</email>
</author>
<published>2012-12-06T19:30:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/commit/?id=c000ca22203a05cffcad13c44ae5b94807469383'/>
<id>c000ca22203a05cffcad13c44ae5b94807469383</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Selection: refactoring, move CaptureList to Selection</title>
<updated>2012-11-30T17:32:49+00:00</updated>
<author>
<name>Maxime Coste</name>
<email>frrrwww@gmail.com</email>
</author>
<published>2012-11-30T17:32:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/commit/?id=b764a0a63ed23434f5b6e82c4503c8efc7bbdf8b'/>
<id>b764a0a63ed23434f5b6e82c4503c8efc7bbdf8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>kakrc: use color aliases for cpp and kakrc highlighting</title>
<updated>2012-09-17T17:02:08+00:00</updated>
<author>
<name>Maxime Coste</name>
<email>frrrwww@gmail.com</email>
</author>
<published>2012-09-17T17:02:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/commit/?id=4d369d6290c0ee18cb3fdf17a5bdb2a9580478d3'/>
<id>4d369d6290c0ee18cb3fdf17a5bdb2a9580478d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Load config file in ${XDG_CONFIG_HOME}/kak/kakrc and ${XDG_CONFIG_HOME}/kak/autload/*</title>
<updated>2012-09-10T18:45:34+00:00</updated>
<author>
<name>Maxime Coste</name>
<email>frrrwww@gmail.com</email>
</author>
<published>2012-09-10T18:45:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/commit/?id=f8a6045307984c6de8d318401d6e3b33d9c808c9'/>
<id>f8a6045307984c6de8d318401d6e3b33d9c808c9</id>
<content type='text'>
Do not autoload files in $kak_runtime/rc, let the user choose
restore the runtime command implemented in shell this time.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do not autoload files in $kak_runtime/rc, let the user choose
restore the runtime command implemented in shell this time.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove runtime command, use shell expansion to source files in rc dir.</title>
<updated>2012-09-10T18:10:18+00:00</updated>
<author>
<name>Maxime Coste</name>
<email>frrrwww@gmail.com</email>
</author>
<published>2012-09-10T18:10:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/commit/?id=82a2bb37e77e8ccb6c4f6193451390f073520771'/>
<id>82a2bb37e77e8ccb6c4f6193451390f073520771</id>
<content type='text'>
With the help of a new kak_runtime env var.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With the help of a new kak_runtime env var.
</pre>
</div>
</content>
</entry>
<entry>
<title>add rc/asciidoc.kak for asciidoc highlighting</title>
<updated>2012-08-08T17:38:27+00:00</updated>
<author>
<name>Maxime Coste</name>
<email>frrrwww@gmail.com</email>
</author>
<published>2012-08-08T17:38:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/commit/?id=f59dd77f602a5523283161fe80d6b377c845a097'/>
<id>f59dd77f602a5523283161fe80d6b377c845a097</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add rc/grep.kak which provides a grep and gjump command</title>
<updated>2012-08-07T12:29:33+00:00</updated>
<author>
<name>Maxime Coste</name>
<email>frrrwww@gmail.com</email>
</author>
<published>2012-08-07T12:29:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/commit/?id=b0ed0e37b7ed852cc138d30731d58fa8c1d2c661'/>
<id>b0ed0e37b7ed852cc138d30731d58fa8c1d2c661</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
