Skip to content

Commit c22f9f0

Browse files
committed
update
1 parent 9c2c6ec commit c22f9f0

18 files changed

+26
-34
lines changed

index.html

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
88
<meta name="title" content="Emacs Starter Kit"/>
99
<meta name="generator" content="Org-mode"/>
10-
<meta name="generated" content="2011-12-23 11:19:30 MST"/>
10+
<meta name="generated" content="2011-12-23 11:23:53 MST"/>
1111
<meta name="author" content="Eric Schulte"/>
1212
<meta name="description" content=""/>
1313
<meta name="keywords" content=""/>
@@ -485,9 +485,8 @@ <h3 id="sec-2-1">Starter kit basics</h3>
485485

486486
<ul>
487487
<li>Load path etc.
488-
#+srcname: starter-kit-load-paths
489-
490488

489+
491490

492491
<pre class="src src-emacs-lisp"><span class="org-starter-kit-paren">(</span>add-to-list 'load-path starter-kit-dir<span class="org-starter-kit-paren">)</span>
493492
<span class="org-starter-kit-paren">(</span>setq autoload-file <span class="org-starter-kit-paren">(</span>concat starter-kit-dir <span class="org-string">"loaddefs.el"</span><span class="org-starter-kit-paren">))</span>
@@ -500,9 +499,8 @@ <h3 id="sec-2-1">Starter kit basics</h3>
500499
<li>Ubiquitous Packages which should be loaded on startup rather than
501500
autoloaded on demand since they are likely to be used in every
502501
session.
503-
#+srcname: starter-kit-load-on-startup
504-
505502

503+
506504

507505
<pre class="src src-emacs-lisp"><span class="org-starter-kit-paren">(</span><span class="org-keyword">require</span> '<span class="org-constant">cl</span><span class="org-starter-kit-paren">)</span>
508506
<span class="org-starter-kit-paren">(</span><span class="org-keyword">require</span> '<span class="org-constant">saveplace</span><span class="org-starter-kit-paren">)</span>
@@ -538,9 +536,8 @@ <h3 id="sec-2-1">Starter kit basics</h3>
538536

539537
</li>
540538
<li>Functions for loading other parts of the starter kit
541-
#+srcname: starter-kit-load
542-
543539

540+
544541

545542
<pre class="src src-emacs-lisp"><span class="org-starter-kit-paren">(</span><span class="org-keyword">defun</span> <span class="org-function-name">starter-kit-load</span> <span class="org-starter-kit-paren">(</span>file <span class="org-type">&amp;optional</span> header-or-tag<span class="org-starter-kit-paren">)</span>
546543
<span class="org-doc">"Load configuration from other starter-kit-*.org files.</span>
@@ -595,9 +592,8 @@ <h3 id="sec-2-1">Starter kit basics</h3>
595592

596593
</li>
597594
<li>Work around a bug on OS X where system-name is FQDN.
598-
#+srcname: starter-kit-osX-workaround
599-
600595

596+
601597

602598
<pre class="src src-emacs-lisp"><span class="org-starter-kit-paren">(</span><span class="org-keyword">if</span> <span class="org-starter-kit-paren">(</span>eq system-type 'darwin<span class="org-starter-kit-paren">)</span>
603599
<span class="org-starter-kit-paren">(</span>setq system-name <span class="org-starter-kit-paren">(</span>car <span class="org-starter-kit-paren">(</span>split-string system-name <span class="org-string">"\\."</span><span class="org-starter-kit-paren">))))</span>

starter-kit-bindings.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
88
<meta name="title" content="Starter Kit Bindings"/>
99
<meta name="generator" content="Org-mode"/>
10-
<meta name="generated" content="2011-12-23 11:19:35 MST"/>
10+
<meta name="generated" content="2011-12-23 11:23:57 MST"/>
1111
<meta name="author" content="Eric Schulte"/>
1212
<meta name="description" content=""/>
1313
<meta name="keywords" content=""/>

starter-kit-defuns.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
88
<meta name="title" content="Starter Kit Defuns"/>
99
<meta name="generator" content="Org-mode"/>
10-
<meta name="generated" content="2011-12-23 11:19:35 MST"/>
10+
<meta name="generated" content="2011-12-23 11:23:57 MST"/>
1111
<meta name="author" content="Eric Schulte"/>
1212
<meta name="description" content=""/>
1313
<meta name="keywords" content=""/>

starter-kit-eshell.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
88
<meta name="title" content="Starter Kit Eshell"/>
99
<meta name="generator" content="Org-mode"/>
10-
<meta name="generated" content="2011-12-23 11:19:34 MST"/>
10+
<meta name="generated" content="2011-12-23 11:23:57 MST"/>
1111
<meta name="author" content="Eric Schulte"/>
1212
<meta name="description" content=""/>
1313
<meta name="keywords" content=""/>

starter-kit-g-client.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
88
<meta name="title" content="Starter Kit G-Client"/>
99
<meta name="generator" content="Org-mode"/>
10-
<meta name="generated" content="2011-12-23 11:19:34 MST"/>
10+
<meta name="generated" content="2011-12-23 11:23:57 MST"/>
1111
<meta name="author" content="Eric Schulte"/>
1212
<meta name="description" content=""/>
1313
<meta name="keywords" content=""/>

starter-kit-gnus.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
88
<meta name="title" content="Starter Kit Gnus"/>
99
<meta name="generator" content="Org-mode"/>
10-
<meta name="generated" content="2011-12-23 11:19:34 MST"/>
10+
<meta name="generated" content="2011-12-23 11:23:56 MST"/>
1111
<meta name="author" content="Eric Schulte"/>
1212
<meta name="description" content=""/>
1313
<meta name="keywords" content=""/>

starter-kit-haskell.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
88
<meta name="title" content="Starter Kit Haskell"/>
99
<meta name="generator" content="Org-mode"/>
10-
<meta name="generated" content="2011-12-23 11:19:33 MST"/>
10+
<meta name="generated" content="2011-12-23 11:23:56 MST"/>
1111
<meta name="author" content="Eric Schulte"/>
1212
<meta name="description" content=""/>
1313
<meta name="keywords" content=""/>

starter-kit-js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
88
<meta name="title" content="Starter Kit JS"/>
99
<meta name="generator" content="Org-mode"/>
10-
<meta name="generated" content="2011-12-23 11:19:33 MST"/>
10+
<meta name="generated" content="2011-12-23 11:23:56 MST"/>
1111
<meta name="author" content="Eric Schulte"/>
1212
<meta name="description" content=""/>
1313
<meta name="keywords" content=""/>

starter-kit-lisp.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
88
<meta name="title" content="Starter Kit Lisp"/>
99
<meta name="generator" content="Org-mode"/>
10-
<meta name="generated" content="2011-12-23 11:19:33 MST"/>
10+
<meta name="generated" content="2011-12-23 11:23:55 MST"/>
1111
<meta name="author" content="Eric Schulte"/>
1212
<meta name="description" content=""/>
1313
<meta name="keywords" content=""/>

starter-kit-misc-recommended.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
88
<meta name="title" content="Starter Kit Misc Recommended"/>
99
<meta name="generator" content="Org-mode"/>
10-
<meta name="generated" content="2011-12-23 11:19:32 MST"/>
10+
<meta name="generated" content="2011-12-23 11:23:55 MST"/>
1111
<meta name="author" content="Eric Schulte"/>
1212
<meta name="description" content=""/>
1313
<meta name="keywords" content=""/>

starter-kit-misc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
88
<meta name="title" content="Starter Kit Misc"/>
99
<meta name="generator" content="Org-mode"/>
10-
<meta name="generated" content="2011-12-23 11:19:32 MST"/>
10+
<meta name="generated" content="2011-12-23 11:23:55 MST"/>
1111
<meta name="author" content="Eric Schulte"/>
1212
<meta name="description" content=""/>
1313
<meta name="keywords" content=""/>

starter-kit-org.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
88
<meta name="title" content="Starter Kit Org"/>
99
<meta name="generator" content="Org-mode"/>
10-
<meta name="generated" content="2011-12-23 11:19:32 MST"/>
10+
<meta name="generated" content="2011-12-23 11:23:54 MST"/>
1111
<meta name="author" content="Eric Schulte"/>
1212
<meta name="description" content=""/>
1313
<meta name="keywords" content=""/>

starter-kit-perl.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
88
<meta name="title" content="Starter Kit Perl"/>
99
<meta name="generator" content="Org-mode"/>
10-
<meta name="generated" content="2011-12-23 11:19:31 MST"/>
10+
<meta name="generated" content="2011-12-23 11:23:54 MST"/>
1111
<meta name="author" content="Eric Schulte"/>
1212
<meta name="description" content=""/>
1313
<meta name="keywords" content=""/>

starter-kit-publish.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
88
<meta name="title" content="Starter Kit Publish"/>
99
<meta name="generator" content="Org-mode"/>
10-
<meta name="generated" content="2011-12-23 11:19:31 MST"/>
10+
<meta name="generated" content="2011-12-23 11:23:54 MST"/>
1111
<meta name="author" content="Eric Schulte"/>
1212
<meta name="description" content=""/>
1313
<meta name="keywords" content=""/>

starter-kit-python.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
88
<meta name="title" content="Starter Kit Python"/>
99
<meta name="generator" content="Org-mode"/>
10-
<meta name="generated" content="2011-12-23 11:19:31 MST"/>
10+
<meta name="generated" content="2011-12-23 11:23:54 MST"/>
1111
<meta name="author" content="Eric Schulte"/>
1212
<meta name="description" content=""/>
1313
<meta name="keywords" content=""/>

starter-kit-registers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
88
<meta name="title" content="Starter Kit Registers"/>
99
<meta name="generator" content="Org-mode"/>
10-
<meta name="generated" content="2011-12-23 11:19:31 MST"/>
10+
<meta name="generated" content="2011-12-23 11:23:54 MST"/>
1111
<meta name="author" content="Eric Schulte"/>
1212
<meta name="description" content=""/>
1313
<meta name="keywords" content=""/>

starter-kit-ruby.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
88
<meta name="title" content="Starter Kit Ruby"/>
99
<meta name="generator" content="Org-mode"/>
10-
<meta name="generated" content="2011-12-23 11:19:31 MST"/>
10+
<meta name="generated" content="2011-12-23 11:23:53 MST"/>
1111
<meta name="author" content="Eric Schulte"/>
1212
<meta name="description" content=""/>
1313
<meta name="keywords" content=""/>

starter-kit.html

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
88
<meta name="title" content="Emacs Starter Kit"/>
99
<meta name="generator" content="Org-mode"/>
10-
<meta name="generated" content="2011-12-23 11:19:30 MST"/>
10+
<meta name="generated" content="2011-12-23 11:23:53 MST"/>
1111
<meta name="author" content="Eric Schulte"/>
1212
<meta name="description" content=""/>
1313
<meta name="keywords" content=""/>
@@ -485,9 +485,8 @@ <h3 id="sec-2-1">Starter kit basics</h3>
485485

486486
<ul>
487487
<li>Load path etc.
488-
#+srcname: starter-kit-load-paths
489-
490488

489+
491490

492491
<pre class="src src-emacs-lisp"><span class="org-starter-kit-paren">(</span>add-to-list 'load-path starter-kit-dir<span class="org-starter-kit-paren">)</span>
493492
<span class="org-starter-kit-paren">(</span>setq autoload-file <span class="org-starter-kit-paren">(</span>concat starter-kit-dir <span class="org-string">"loaddefs.el"</span><span class="org-starter-kit-paren">))</span>
@@ -500,9 +499,8 @@ <h3 id="sec-2-1">Starter kit basics</h3>
500499
<li>Ubiquitous Packages which should be loaded on startup rather than
501500
autoloaded on demand since they are likely to be used in every
502501
session.
503-
#+srcname: starter-kit-load-on-startup
504-
505502

503+
506504

507505
<pre class="src src-emacs-lisp"><span class="org-starter-kit-paren">(</span><span class="org-keyword">require</span> '<span class="org-constant">cl</span><span class="org-starter-kit-paren">)</span>
508506
<span class="org-starter-kit-paren">(</span><span class="org-keyword">require</span> '<span class="org-constant">saveplace</span><span class="org-starter-kit-paren">)</span>
@@ -538,9 +536,8 @@ <h3 id="sec-2-1">Starter kit basics</h3>
538536

539537
</li>
540538
<li>Functions for loading other parts of the starter kit
541-
#+srcname: starter-kit-load
542-
543539

540+
544541

545542
<pre class="src src-emacs-lisp"><span class="org-starter-kit-paren">(</span><span class="org-keyword">defun</span> <span class="org-function-name">starter-kit-load</span> <span class="org-starter-kit-paren">(</span>file <span class="org-type">&amp;optional</span> header-or-tag<span class="org-starter-kit-paren">)</span>
546543
<span class="org-doc">"Load configuration from other starter-kit-*.org files.</span>
@@ -595,9 +592,8 @@ <h3 id="sec-2-1">Starter kit basics</h3>
595592

596593
</li>
597594
<li>Work around a bug on OS X where system-name is FQDN.
598-
#+srcname: starter-kit-osX-workaround
599-
600595

596+
601597

602598
<pre class="src src-emacs-lisp"><span class="org-starter-kit-paren">(</span><span class="org-keyword">if</span> <span class="org-starter-kit-paren">(</span>eq system-type 'darwin<span class="org-starter-kit-paren">)</span>
603599
<span class="org-starter-kit-paren">(</span>setq system-name <span class="org-starter-kit-paren">(</span>car <span class="org-starter-kit-paren">(</span>split-string system-name <span class="org-string">"\\."</span><span class="org-starter-kit-paren">))))</span>

0 commit comments

Comments
 (0)