<?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>Tyler Weir &#187; emacs</title>
	<atom:link href="http://www.praytothemachine.com/evil/tag/emacs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.praytothemachine.com/evil</link>
	<description>If it don&#039;t make dollars, then it don&#039;t make sense...</description>
	<lastBuildDate>Mon, 23 Jan 2012 16:13:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Emacs, OS X and forward-delete.</title>
		<link>http://www.praytothemachine.com/evil/2010/09/23/emacs-os-x-and-forward-delete/</link>
		<comments>http://www.praytothemachine.com/evil/2010/09/23/emacs-os-x-and-forward-delete/#comments</comments>
		<pubDate>Fri, 24 Sep 2010 00:09:19 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
				<category><![CDATA[#pttjweir]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://www.praytothemachine.com/evil/?p=2374</guid>
		<description><![CDATA[I recently moved from Vim to Emacs. Right away I realized that forward-delete wasn&#8217;t working (deleting a character on the right of the cursor, rather than back-spacing). I know little about Emacs, but figured out, with a tip from Ross, how to map the chord of &#8220;Function-Backspace&#8221; to forward-delete. Add this to your .emacs file: [...]]]></description>
			<content:encoded><![CDATA[<p>I recently moved from <a href="http://www.praytothemachine.com/evil/2010/09/13/scala-development/">Vim to Emacs.</a></p>
<p>Right away I realized that forward-delete wasn&#8217;t working (deleting a character on the right of the cursor, rather than back-spacing).</p>
<p>I know little about Emacs, but figured out, <a href="http://twitter.com/#!/dridus/status/25331375515" onclick="pageTracker._trackPageview('/outgoing/twitter.com/_/dridus/status/25331375515?referer=');">with a tip from Ross</a>, how to map the chord of &#8220;Function-Backspace&#8221; to forward-delete.</p>
<p>Add this to your .emacs file:<br />
<code>(global-set-key [kp-delete] 'delete-char)</code></p>
<p>Simple but a requirement for coding.</p>]]></content:encoded>
			<wfw:commentRss>http://www.praytothemachine.com/evil/2010/09/23/emacs-os-x-and-forward-delete/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scala Development</title>
		<link>http://www.praytothemachine.com/evil/2010/09/13/scala-development/</link>
		<comments>http://www.praytothemachine.com/evil/2010/09/13/scala-development/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 23:15:07 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
				<category><![CDATA[#pttjweir]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[ensime]]></category>
		<category><![CDATA[Scala]]></category>

		<guid isPermaLink="false">http://www.praytothemachine.com/evil/?p=2370</guid>
		<description><![CDATA[Nothing better on OS X than: Emacs + Ensime + VimMode for me right now. And I stole SteveJ&#8217;s .emacs.d files.]]></description>
			<content:encoded><![CDATA[<p>Nothing better on OS X than:<br />
<a href="http://emacsformacosx.com/" onclick="pageTracker._trackPageview('/outgoing/emacsformacosx.com/?referer=');">Emacs</a> +<br />
<a href="http://ensime.blogspot.com/" onclick="pageTracker._trackPageview('/outgoing/ensime.blogspot.com/?referer=');">Ensime</a> +<br />
<a href="http://bitbucket.org/lyro/vim-mode/downloads" onclick="pageTracker._trackPageview('/outgoing/bitbucket.org/lyro/vim-mode/downloads?referer=');">VimMode</a><br />
for me right now.</p>
<p>And I stole <a href="http://github.com/stevej/emacs/" onclick="pageTracker._trackPageview('/outgoing/github.com/stevej/emacs/?referer=');">SteveJ&#8217;s .emacs.d files.</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.praytothemachine.com/evil/2010/09/13/scala-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

