[Emacs] Update github pages index file

This commit is contained in:
Ivan Malison 2016-11-30 16:31:02 -08:00
parent ce530aa7e6
commit 2c91bd4342
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2016-11-30 Wed 15:20 -->
<!-- 2016-11-30 Wed 16:31 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
@ -185,8 +185,6 @@
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script type="text/javascript" src="http://www.pirilampo.org/styles/lib/js/jquery.stickytableheaders.js"></script>
<script type="text/javascript" src="http://www.pirilampo.org/styles/readtheorg/js/readtheorg.js"></script>
<style type="text/css">
pre.src {background-color: #fdf6e3; color: #657b83;}</style>
<style type="text/css">
pre.src {background-color: #fdf6e3; color: #657b83;}</style>
<script type="text/javascript">
@ -727,9 +725,10 @@ for the JavaScript code in this tag.
</div>
</div>
<p>
I suggest you read this document at <a href="http://ivanmalison.github.io/dotfiles/">http://ivanmalison.github.io/dotfiles/</a> or,
of course, in emacs, as the internal links that follow are unlikely to work
anywhere else (including, for example, at <a href="https://github.com/IvanMalison/dotfiles">https://github.com/IvanMalison/dotfiles</a>).
This document is best read at <a href="http://ivanmalison.github.io/dotfiles/">http://ivanmalison.github.io/dotfiles/</a> or, of
course, in emacs, as the internal links that follow are unlikely to work
anywhere else (including, for example, at
<a href="https://github.com/IvanMalison/dotfiles">https://github.com/IvanMalison/dotfiles</a>).
</p>
<div id="outline-container-about" class="outline-2">
<h2 id="about"><span class="section-number-2">1</span> About</h2>
@ -1046,7 +1045,7 @@ possible.
The default value of <code>custom-file</code> is just the current user's <code>.emacs.d/init.el</code>
file. Emacs will add content to <code>custom-file</code> whenever a variable is customized
or marked as safe. When init.el is version controlled, it is quite annoying to
have random machine-generated variable settings amended to it because those
have random machine-generated variable settings added to it because those
changes are often not worth keeping permanently, so we set a different custom
file here to avoid this situation.
</p>
@ -7312,11 +7311,11 @@ load-theme hook (See the heading below).
<span style="color: #b58900;">(</span><span style="color: #859900; font-weight: bold;">if</span> <span style="color: #268bd2;">(</span>display-graphic-p<span style="color: #268bd2;">)</span>
<span style="color: #268bd2;">(</span><span style="color: #859900; font-weight: bold;">progn</span>
<span style="color: #6c71c4;">(</span><span style="color: #859900; font-weight: bold;">condition-case</span> error
<span style="color: #859900;">(</span><span style="color: #859900; font-weight: bold;">progn</span> <span style="color: #b58900;">(</span>set-face-attribute 'default nil <span style="color: #657b83; font-weight: bold;">:font</span> <span style="color: #2aa198;">"source code pro"</span><span style="color: #b58900;">)</span>
<span style="color: #b58900;">(</span>set-face-attribute
'default nil <span style="color: #657b83; font-weight: bold;">:height</span> imalison:default-font-size-pt<span style="color: #b58900;">)</span><span style="color: #859900;">)</span>
<span style="color: #859900;">(</span>set-face-attribute 'default nil <span style="color: #657b83; font-weight: bold;">:font</span> <span style="color: #2aa198;">"source code pro"</span><span style="color: #859900;">)</span>
<span style="color: #859900;">(</span>'error <span style="color: #b58900;">(</span>message <span style="color: #2aa198;">"Error: %s, when setting font"</span> error<span style="color: #b58900;">)</span><span style="color: #859900;">)</span><span style="color: #6c71c4;">)</span>
<span style="color: #6c71c4;">(</span>set-face-attribute 'default nil <span style="color: #657b83; font-weight: bold;">:weight</span> 'semi-bold<span style="color: #6c71c4;">)</span><span style="color: #268bd2;">)</span>
<span style="color: #6c71c4;">(</span>set-face-attribute 'default nil <span style="color: #657b83; font-weight: bold;">:weight</span> 'semi-bold<span style="color: #6c71c4;">)</span>
<span style="color: #6c71c4;">(</span>set-face-attribute
'default nil <span style="color: #657b83; font-weight: bold;">:height</span> imalison:default-font-size-pt<span style="color: #6c71c4;">)</span><span style="color: #268bd2;">)</span>
<span style="color: #268bd2;">(</span><span style="color: #859900; font-weight: bold;">progn</span>
<span style="color: #6c71c4;">(</span>load-theme 'source-code-pro t<span style="color: #6c71c4;">)</span>
<span style="color: #6c71c4;">(</span>message <span style="color: #2aa198;">"not setting font"</span><span style="color: #6c71c4;">)</span><span style="color: #268bd2;">)</span><span style="color: #b58900;">)</span>
@ -7360,7 +7359,7 @@ load-theme hook (See the heading below).
</div>
<div id="postamble" class="status">
<p class="author">Author: Ivan Malison</p>
<p class="date">Created: 2016-11-30 Wed 15:20</p>
<p class="date">Created: 2016-11-30 Wed 16:31</p>
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
</div>
</body>