<?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=Linum</id>
	<title>Linum - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wikemacs.org/index.php?action=history&amp;feed=atom&amp;title=Linum"/>
	<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Linum&amp;action=history"/>
	<updated>2026-04-04T10:42:35Z</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=Linum&amp;diff=3163&amp;oldid=prev</id>
		<title>Francesco: added category: built-in package</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Linum&amp;diff=3163&amp;oldid=prev"/>
		<updated>2012-07-23T20:25:50Z</updated>

		<summary type="html">&lt;p&gt;added category: built-in package&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left diff-editfont-monospace&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 20:25, 23 July 2012&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l24&quot; &gt;Line 24:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 24:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;[[Category:Minor Mode]]&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;[[Category:Minor Mode]]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt; &lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;[[Category:Built-in Package]]&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
	<entry>
		<id>https://wikemacs.org/index.php?title=Linum&amp;diff=3162&amp;oldid=prev</id>
		<title>Francesco: Page about linum-mode</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Linum&amp;diff=3162&amp;oldid=prev"/>
		<updated>2012-07-23T20:23:07Z</updated>

		<summary type="html">&lt;p&gt;Page about linum-mode&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=linum&lt;br /&gt;
|description=display line numbers in the margin&lt;br /&gt;
|author=Markus Triska &amp;lt;markus.triska@gmx.at&amp;gt;&lt;br /&gt;
|maintainer=[[FSF]]&lt;br /&gt;
|source=http://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/linum.el&lt;br /&gt;
|in_emacs=yes&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''linum''' is a mode displaying line numbers in the left margin of the buffer.&lt;br /&gt;
&lt;br /&gt;
== Basic setup ==&lt;br /&gt;
&lt;br /&gt;
To globally enable '''linum''' for all buffers, add this to your {{EmacsConfigFile}}:&lt;br /&gt;
{{Snippet|(global-linum-mode 1)}}&lt;br /&gt;
&lt;br /&gt;
You can also enable '''linum''' on a per-buffer basis using {{Command|linum-mode}}.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&amp;lt;!-- Only internal links. DO NOT insert EXTERNAL LINKS --&amp;gt;&lt;br /&gt;
* [[line-number]]&lt;br /&gt;
* [[column-number]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Minor Mode]]&lt;/div&gt;</summary>
		<author><name>Francesco</name></author>
	</entry>
</feed>