<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wikemacs.org/index.php?action=history&amp;feed=atom&amp;title=Gist.el</id>
	<title>Gist.el - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wikemacs.org/index.php?action=history&amp;feed=atom&amp;title=Gist.el"/>
	<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Gist.el&amp;action=history"/>
	<updated>2026-04-28T10:23:01Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://wikemacs.org/index.php?title=Gist.el&amp;diff=2262&amp;oldid=prev</id>
		<title>Bozhidar: added basic gist page</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Gist.el&amp;diff=2262&amp;oldid=prev"/>
		<updated>2012-04-02T12:23:15Z</updated>

		<summary type="html">&lt;p&gt;added basic gist page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Package&lt;br /&gt;
|name=Gist.el&lt;br /&gt;
|description=Gist integration for Emacs&lt;br /&gt;
|author=defunkt&lt;br /&gt;
|maintainer=defunkt&lt;br /&gt;
|source=https://github.com/defunkt/gist.el&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''Gist.el''' offers Emacs integration for [http://gist.github.com gist.github.com].&lt;br /&gt;
&lt;br /&gt;
= Basic setup =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;lisp&amp;quot;&amp;gt;&lt;br /&gt;
(add-to-list 'load-path &amp;quot;~/.emacs.d/vendor/gist.el&amp;quot;)&lt;br /&gt;
(require 'gist)&lt;br /&gt;
&lt;br /&gt;
;; to use curl&lt;br /&gt;
(setq gist-use-curl t)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Helpful keybindings =&lt;br /&gt;
&lt;br /&gt;
= Common Customization =&lt;br /&gt;
&lt;br /&gt;
= See Also =&lt;br /&gt;
* [[Version Control]]&lt;br /&gt;
* [[Git]]&lt;br /&gt;
&lt;br /&gt;
= Project Pages =&lt;br /&gt;
* [https://github.com/defunkt/gist.el GitHub Repo]&lt;br /&gt;
&lt;br /&gt;
[[Category:Version Control]][[Category:Convenience]][[Category:Third Party Package]]&lt;/div&gt;</summary>
		<author><name>Bozhidar</name></author>
	</entry>
</feed>