<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blog.hio.fr &#187; split</title>
	<atom:link href="http://blog.hio.fr/tag/split/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hio.fr</link>
	<description></description>
	<lastBuildDate>Tue, 07 Sep 2010 04:42:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Comment splitter les fenetre d&#8217;Emacs au lancement</title>
		<link>http://blog.hio.fr/2009/09/02/comment-splitter-les-fenetre-demacs-au-lancement/</link>
		<comments>http://blog.hio.fr/2009/09/02/comment-splitter-les-fenetre-demacs-au-lancement/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 06:29:12 +0000</pubDate>
		<dc:creator>HiO</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[split]]></category>

		<guid isPermaLink="false">http://blog.hio.fr/?p=431</guid>
		<description><![CDATA[Quelque chose de simple et de pratique pour splitter plusieurs fenetres d'emacs au demarrage.]]></description>
			<content:encoded><![CDATA[<p>Quelque chose de simple et de pratique pour splitter plusieurs fenetres d&#8217;emacs au demarrage.</p>
<p>La dans mon cas je veux 4 fenetres au lancement</p>
<p><strong>/home/hio/.emacs</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">...
<span style="color: #7a0874; font-weight: bold;">&#40;</span>split-window-horizontally<span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #7a0874; font-weight: bold;">&#40;</span>split-window-vertically<span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #7a0874; font-weight: bold;">&#40;</span>other-window <span style="color: #000000;">2</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #7a0874; font-weight: bold;">&#40;</span>split-window-vertically<span style="color: #7a0874; font-weight: bold;">&#41;</span>
...</pre></div></div>

<p>** tada **<br />
<a href="http://blog.hio.fr/wp-content/2009/09/emacs_split_startup.png"><img class="alignnone size-medium wp-image-433" title="emacs_split_startup" src="http://blog.hio.fr/wp-content/2009/09/emacs_split_startup-300x178.png" alt="emacs_split_startup" width="300" height="178" /></a></p>
<p>** tada ** ²<br />
<a href="http://blog.hio.fr/wp-content/2009/09/Capture-2.png"><img src="http://blog.hio.fr/wp-content/2009/09/Capture-2-300x187.png" alt="Capture-2" title="Capture-2" width="300" height="187" class="alignnone size-medium wp-image-430" /></a></p>
<p>et pour 2 fenetres comme je sais que vous etes feniant ^^, c&#8217;est encor plus simple !</p>
<p><strong>/home/hio/.emacs</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">...
<span style="color: #7a0874; font-weight: bold;">&#40;</span>split-window-horizontally<span style="color: #7a0874; font-weight: bold;">&#41;</span>
...</pre></div></div>

<p>Voila plus d&#8217;excuse pour utiliser le mechant vim.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hio.fr/2009/09/02/comment-splitter-les-fenetre-demacs-au-lancement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
