Skip to content

Commit 9c2c6ec

Browse files
committed
update
1 parent ca9dcb7 commit 9c2c6ec

18 files changed

+461
-166
lines changed

index.html

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,50 @@
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-12 14:03:17 MST"/>
10+
<meta name="generated" content="2011-12-23 11:19:30 MST"/>
1111
<meta name="author" content="Eric Schulte"/>
1212
<meta name="description" content=""/>
1313
<meta name="keywords" content=""/>
1414
<style type="text/css">
1515
<!--/*--><![CDATA[/*><!--*/
16+
html { font-family: Times, serif; font-size: 12pt; }
1617
.title { text-align: center; }
1718
.todo { color: red; }
1819
.done { color: green; }
1920
.tag { background-color: #add8e6; font-weight:normal }
2021
.target { }
2122
.timestamp { color: #bebebe; }
2223
.timestamp-kwd { color: #5f9ea0; }
24+
.right {margin-left:auto; margin-right:0px; text-align:right;}
25+
.left {margin-left:0px; margin-right:auto; text-align:left;}
26+
.center {margin-left:auto; margin-right:auto; text-align:center;}
2327
p.verse { margin-left: 3% }
2428
pre {
25-
border: 1pt solid #AEBDCC;
26-
padding: 5pt;
27-
font-family: courier, monospace;
29+
border: 1pt solid #AEBDCC;
30+
background-color: #F3F5F7;
31+
padding: 5pt;
32+
font-family: courier, monospace;
2833
font-size: 90%;
2934
overflow:auto;
3035
}
3136
table { border-collapse: collapse; }
32-
td, th { vertical-align: top; }
37+
td, th { vertical-align: top; }
38+
th.right { text-align:center; }
39+
th.left { text-align:center; }
40+
th.center { text-align:center; }
41+
td.right { text-align:right; }
42+
td.left { text-align:left; }
43+
td.center { text-align:center; }
3344
dt { font-weight: bold; }
3445
div.figure { padding: 0.5em; }
3546
div.figure p { text-align: center; }
47+
div.inlinetask {
48+
padding:10px;
49+
border:2px solid gray;
50+
margin:10px;
51+
background: #ffffcc;
52+
}
53+
textarea { overflow-x: auto; }
3654
.linenr { font-size:smaller }
3755
.code-highlighted {background-color:#ffff00;}
3856
.org-info-js_info-navigation { border-style:none; }
@@ -43,7 +61,7 @@
4361
/*]]>*/-->
4462
</style><link rel="stylesheet" href="emacs.css" type="text/css"/>
4563
<style type="text/css">
46-
pre{background:#232323; color:#E6E1DC; padding:1em 1em 0 1em;}
64+
pre{background:#232323; color:#E6E1DC;}
4765
code{font-size:10pt; color:#353535;}
4866
.outline-text-2{margin-left: 1em;}
4967
.outline-text-3{margin-left: 2em;}
@@ -515,7 +533,6 @@ <h3 id="sec-2-1">Starter kit basics</h3>
515533
<span class="org-starter-kit-paren">(</span><span class="org-keyword">dolist</span> <span class="org-starter-kit-paren">(</span>package starter-kit-packages<span class="org-starter-kit-paren">)</span>
516534
<span class="org-starter-kit-paren">(</span><span class="org-keyword">unless</span> <span class="org-starter-kit-paren">(</span>package-installed-p package<span class="org-starter-kit-paren">)</span>
517535
<span class="org-starter-kit-paren">(</span>package-install package<span class="org-starter-kit-paren">)))</span>
518-
519536
</pre>
520537

521538

starter-kit-bindings.html

Lines changed: 51 additions & 60 deletions
Large diffs are not rendered by default.

starter-kit-defuns.html

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,50 @@
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-12 14:03:21 MST"/>
10+
<meta name="generated" content="2011-12-23 11:19:35 MST"/>
1111
<meta name="author" content="Eric Schulte"/>
1212
<meta name="description" content=""/>
1313
<meta name="keywords" content=""/>
1414
<style type="text/css">
1515
<!--/*--><![CDATA[/*><!--*/
16+
html { font-family: Times, serif; font-size: 12pt; }
1617
.title { text-align: center; }
1718
.todo { color: red; }
1819
.done { color: green; }
1920
.tag { background-color: #add8e6; font-weight:normal }
2021
.target { }
2122
.timestamp { color: #bebebe; }
2223
.timestamp-kwd { color: #5f9ea0; }
24+
.right {margin-left:auto; margin-right:0px; text-align:right;}
25+
.left {margin-left:0px; margin-right:auto; text-align:left;}
26+
.center {margin-left:auto; margin-right:auto; text-align:center;}
2327
p.verse { margin-left: 3% }
2428
pre {
25-
border: 1pt solid #AEBDCC;
26-
padding: 5pt;
27-
font-family: courier, monospace;
29+
border: 1pt solid #AEBDCC;
30+
background-color: #F3F5F7;
31+
padding: 5pt;
32+
font-family: courier, monospace;
2833
font-size: 90%;
2934
overflow:auto;
3035
}
3136
table { border-collapse: collapse; }
32-
td, th { vertical-align: top; }
37+
td, th { vertical-align: top; }
38+
th.right { text-align:center; }
39+
th.left { text-align:center; }
40+
th.center { text-align:center; }
41+
td.right { text-align:right; }
42+
td.left { text-align:left; }
43+
td.center { text-align:center; }
3344
dt { font-weight: bold; }
3445
div.figure { padding: 0.5em; }
3546
div.figure p { text-align: center; }
47+
div.inlinetask {
48+
padding:10px;
49+
border:2px solid gray;
50+
margin:10px;
51+
background: #ffffcc;
52+
}
53+
textarea { overflow-x: auto; }
3654
.linenr { font-size:smaller }
3755
.code-highlighted {background-color:#ffff00;}
3856
.org-info-js_info-navigation { border-style:none; }
@@ -43,7 +61,7 @@
4361
/*]]>*/-->
4462
</style><link rel="stylesheet" href="emacs.css" type="text/css"/>
4563
<style type="text/css">
46-
pre{background:#232323; color:#E6E1DC; padding:1em 1em 0 1em;}
64+
pre{background:#232323; color:#E6E1DC;}
4765
code{font-size:10pt; color:#353535;}
4866
.outline-text-2{margin-left: 1em;}
4967
.outline-text-3{margin-left: 2em;}

starter-kit-eshell.html

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,50 @@
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-12 14:03:21 MST"/>
10+
<meta name="generated" content="2011-12-23 11:19:34 MST"/>
1111
<meta name="author" content="Eric Schulte"/>
1212
<meta name="description" content=""/>
1313
<meta name="keywords" content=""/>
1414
<style type="text/css">
1515
<!--/*--><![CDATA[/*><!--*/
16+
html { font-family: Times, serif; font-size: 12pt; }
1617
.title { text-align: center; }
1718
.todo { color: red; }
1819
.done { color: green; }
1920
.tag { background-color: #add8e6; font-weight:normal }
2021
.target { }
2122
.timestamp { color: #bebebe; }
2223
.timestamp-kwd { color: #5f9ea0; }
24+
.right {margin-left:auto; margin-right:0px; text-align:right;}
25+
.left {margin-left:0px; margin-right:auto; text-align:left;}
26+
.center {margin-left:auto; margin-right:auto; text-align:center;}
2327
p.verse { margin-left: 3% }
2428
pre {
25-
border: 1pt solid #AEBDCC;
26-
padding: 5pt;
27-
font-family: courier, monospace;
29+
border: 1pt solid #AEBDCC;
30+
background-color: #F3F5F7;
31+
padding: 5pt;
32+
font-family: courier, monospace;
2833
font-size: 90%;
2934
overflow:auto;
3035
}
3136
table { border-collapse: collapse; }
32-
td, th { vertical-align: top; }
37+
td, th { vertical-align: top; }
38+
th.right { text-align:center; }
39+
th.left { text-align:center; }
40+
th.center { text-align:center; }
41+
td.right { text-align:right; }
42+
td.left { text-align:left; }
43+
td.center { text-align:center; }
3344
dt { font-weight: bold; }
3445
div.figure { padding: 0.5em; }
3546
div.figure p { text-align: center; }
47+
div.inlinetask {
48+
padding:10px;
49+
border:2px solid gray;
50+
margin:10px;
51+
background: #ffffcc;
52+
}
53+
textarea { overflow-x: auto; }
3654
.linenr { font-size:smaller }
3755
.code-highlighted {background-color:#ffff00;}
3856
.org-info-js_info-navigation { border-style:none; }
@@ -43,7 +61,7 @@
4361
/*]]>*/-->
4462
</style><link rel="stylesheet" href="emacs.css" type="text/css"/>
4563
<style type="text/css">
46-
pre{background:#232323; color:#E6E1DC; padding:1em 1em 0 1em;}
64+
pre{background:#232323; color:#E6E1DC;}
4765
code{font-size:10pt; color:#353535;}
4866
.outline-text-2{margin-left: 1em;}
4967
.outline-text-3{margin-left: 2em;}

starter-kit-g-client.html

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,50 @@
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-12 14:03:21 MST"/>
10+
<meta name="generated" content="2011-12-23 11:19:34 MST"/>
1111
<meta name="author" content="Eric Schulte"/>
1212
<meta name="description" content=""/>
1313
<meta name="keywords" content=""/>
1414
<style type="text/css">
1515
<!--/*--><![CDATA[/*><!--*/
16+
html { font-family: Times, serif; font-size: 12pt; }
1617
.title { text-align: center; }
1718
.todo { color: red; }
1819
.done { color: green; }
1920
.tag { background-color: #add8e6; font-weight:normal }
2021
.target { }
2122
.timestamp { color: #bebebe; }
2223
.timestamp-kwd { color: #5f9ea0; }
24+
.right {margin-left:auto; margin-right:0px; text-align:right;}
25+
.left {margin-left:0px; margin-right:auto; text-align:left;}
26+
.center {margin-left:auto; margin-right:auto; text-align:center;}
2327
p.verse { margin-left: 3% }
2428
pre {
25-
border: 1pt solid #AEBDCC;
26-
padding: 5pt;
27-
font-family: courier, monospace;
29+
border: 1pt solid #AEBDCC;
30+
background-color: #F3F5F7;
31+
padding: 5pt;
32+
font-family: courier, monospace;
2833
font-size: 90%;
2934
overflow:auto;
3035
}
3136
table { border-collapse: collapse; }
32-
td, th { vertical-align: top; }
37+
td, th { vertical-align: top; }
38+
th.right { text-align:center; }
39+
th.left { text-align:center; }
40+
th.center { text-align:center; }
41+
td.right { text-align:right; }
42+
td.left { text-align:left; }
43+
td.center { text-align:center; }
3344
dt { font-weight: bold; }
3445
div.figure { padding: 0.5em; }
3546
div.figure p { text-align: center; }
47+
div.inlinetask {
48+
padding:10px;
49+
border:2px solid gray;
50+
margin:10px;
51+
background: #ffffcc;
52+
}
53+
textarea { overflow-x: auto; }
3654
.linenr { font-size:smaller }
3755
.code-highlighted {background-color:#ffff00;}
3856
.org-info-js_info-navigation { border-style:none; }
@@ -43,7 +61,7 @@
4361
/*]]>*/-->
4462
</style><link rel="stylesheet" href="emacs.css" type="text/css"/>
4563
<style type="text/css">
46-
pre{background:#232323; color:#E6E1DC; padding:1em 1em 0 1em;}
64+
pre{background:#232323; color:#E6E1DC;}
4765
code{font-size:10pt; color:#353535;}
4866
.outline-text-2{margin-left: 1em;}
4967
.outline-text-3{margin-left: 2em;}

starter-kit-gnus.html

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,50 @@
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-12 14:03:21 MST"/>
10+
<meta name="generated" content="2011-12-23 11:19:34 MST"/>
1111
<meta name="author" content="Eric Schulte"/>
1212
<meta name="description" content=""/>
1313
<meta name="keywords" content=""/>
1414
<style type="text/css">
1515
<!--/*--><![CDATA[/*><!--*/
16+
html { font-family: Times, serif; font-size: 12pt; }
1617
.title { text-align: center; }
1718
.todo { color: red; }
1819
.done { color: green; }
1920
.tag { background-color: #add8e6; font-weight:normal }
2021
.target { }
2122
.timestamp { color: #bebebe; }
2223
.timestamp-kwd { color: #5f9ea0; }
24+
.right {margin-left:auto; margin-right:0px; text-align:right;}
25+
.left {margin-left:0px; margin-right:auto; text-align:left;}
26+
.center {margin-left:auto; margin-right:auto; text-align:center;}
2327
p.verse { margin-left: 3% }
2428
pre {
25-
border: 1pt solid #AEBDCC;
26-
padding: 5pt;
27-
font-family: courier, monospace;
29+
border: 1pt solid #AEBDCC;
30+
background-color: #F3F5F7;
31+
padding: 5pt;
32+
font-family: courier, monospace;
2833
font-size: 90%;
2934
overflow:auto;
3035
}
3136
table { border-collapse: collapse; }
32-
td, th { vertical-align: top; }
37+
td, th { vertical-align: top; }
38+
th.right { text-align:center; }
39+
th.left { text-align:center; }
40+
th.center { text-align:center; }
41+
td.right { text-align:right; }
42+
td.left { text-align:left; }
43+
td.center { text-align:center; }
3344
dt { font-weight: bold; }
3445
div.figure { padding: 0.5em; }
3546
div.figure p { text-align: center; }
47+
div.inlinetask {
48+
padding:10px;
49+
border:2px solid gray;
50+
margin:10px;
51+
background: #ffffcc;
52+
}
53+
textarea { overflow-x: auto; }
3654
.linenr { font-size:smaller }
3755
.code-highlighted {background-color:#ffff00;}
3856
.org-info-js_info-navigation { border-style:none; }
@@ -43,7 +61,7 @@
4361
/*]]>*/-->
4462
</style><link rel="stylesheet" href="emacs.css" type="text/css"/>
4563
<style type="text/css">
46-
pre{background:#232323; color:#E6E1DC; padding:1em 1em 0 1em;}
64+
pre{background:#232323; color:#E6E1DC;}
4765
code{font-size:10pt; color:#353535;}
4866
.outline-text-2{margin-left: 1em;}
4967
.outline-text-3{margin-left: 2em;}

starter-kit-haskell.html

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,50 @@
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-12 14:03:20 MST"/>
10+
<meta name="generated" content="2011-12-23 11:19:33 MST"/>
1111
<meta name="author" content="Eric Schulte"/>
1212
<meta name="description" content=""/>
1313
<meta name="keywords" content=""/>
1414
<style type="text/css">
1515
<!--/*--><![CDATA[/*><!--*/
16+
html { font-family: Times, serif; font-size: 12pt; }
1617
.title { text-align: center; }
1718
.todo { color: red; }
1819
.done { color: green; }
1920
.tag { background-color: #add8e6; font-weight:normal }
2021
.target { }
2122
.timestamp { color: #bebebe; }
2223
.timestamp-kwd { color: #5f9ea0; }
24+
.right {margin-left:auto; margin-right:0px; text-align:right;}
25+
.left {margin-left:0px; margin-right:auto; text-align:left;}
26+
.center {margin-left:auto; margin-right:auto; text-align:center;}
2327
p.verse { margin-left: 3% }
2428
pre {
25-
border: 1pt solid #AEBDCC;
26-
padding: 5pt;
27-
font-family: courier, monospace;
29+
border: 1pt solid #AEBDCC;
30+
background-color: #F3F5F7;
31+
padding: 5pt;
32+
font-family: courier, monospace;
2833
font-size: 90%;
2934
overflow:auto;
3035
}
3136
table { border-collapse: collapse; }
32-
td, th { vertical-align: top; }
37+
td, th { vertical-align: top; }
38+
th.right { text-align:center; }
39+
th.left { text-align:center; }
40+
th.center { text-align:center; }
41+
td.right { text-align:right; }
42+
td.left { text-align:left; }
43+
td.center { text-align:center; }
3344
dt { font-weight: bold; }
3445
div.figure { padding: 0.5em; }
3546
div.figure p { text-align: center; }
47+
div.inlinetask {
48+
padding:10px;
49+
border:2px solid gray;
50+
margin:10px;
51+
background: #ffffcc;
52+
}
53+
textarea { overflow-x: auto; }
3654
.linenr { font-size:smaller }
3755
.code-highlighted {background-color:#ffff00;}
3856
.org-info-js_info-navigation { border-style:none; }
@@ -43,7 +61,7 @@
4361
/*]]>*/-->
4462
</style><link rel="stylesheet" href="emacs.css" type="text/css"/>
4563
<style type="text/css">
46-
pre{background:#232323; color:#E6E1DC; padding:1em 1em 0 1em;}
64+
pre{background:#232323; color:#E6E1DC;}
4765
code{font-size:10pt; color:#353535;}
4866
.outline-text-2{margin-left: 1em;}
4967
.outline-text-3{margin-left: 2em;}

0 commit comments

Comments
 (0)