[Emacs] Update github pages index file

This commit is contained in:
Ivan Malison 2016-11-24 19:01:37 -08:00
parent 7b1bd6dc0a
commit a4604703f1
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"> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head> <head>
<!-- 2016-11-24 Thu 13:26 --> <!-- 2016-11-24 Thu 19:02 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title> <title></title>
@ -185,6 +185,8 @@
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script> <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/lib/js/jquery.stickytableheaders.js"></script>
<script type="text/javascript" src="http://www.pirilampo.org/styles/readtheorg/js/readtheorg.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"> <style type="text/css">
pre.src {background-color: #fdf6e3; color: #657b83;}</style> pre.src {background-color: #fdf6e3; color: #657b83;}</style>
<script type="text/javascript"> <script type="text/javascript">
@ -4580,9 +4582,10 @@ Intero seems to be causing hangs, so it has been disabled
<div class="org-src-container"> <div class="org-src-container">
<pre class="src src-emacs-lisp"><span style="color: #2aa198;">(</span><span style="color: #859900; font-weight: bold;">use-package</span> <span style="color: #268bd2; font-weight: bold;">hindent</span> <pre class="src src-emacs-lisp"><span style="color: #2aa198;">(</span><span style="color: #859900; font-weight: bold;">use-package</span> <span style="color: #268bd2; font-weight: bold;">hindent</span>
<span style="color: #657b83; font-weight: bold;">:after</span> haskell-mode <span style="color: #657b83; font-weight: bold;">:after</span> haskell-mode
<span style="color: #657b83; font-weight: bold;">:bind</span> <span style="color: #b58900;">(</span><span style="color: #2aa198;">"C-c r"</span> . hindent-reformat-decl<span style="color: #b58900;">)</span>
<span style="color: #657b83; font-weight: bold;">:config</span> <span style="color: #657b83; font-weight: bold;">:config</span>
<span style="color: #b58900;">(</span><span style="color: #859900; font-weight: bold;">progn</span> <span style="color: #b58900;">(</span><span style="color: #859900; font-weight: bold;">progn</span>
<span style="color: #268bd2;">(</span><span style="color: #859900; font-weight: bold;">setq</span> hindent-style <span style="color: #2aa198;">"chris-done"</span><span style="color: #268bd2;">)</span> <span style="color: #268bd2;">(</span><span style="color: #859900; font-weight: bold;">setq</span> hindent-style nil<span style="color: #268bd2;">)</span>
<span style="color: #268bd2;">(</span>add-hook 'haskell-mode-hook 'hindent-mode<span style="color: #268bd2;">)</span><span style="color: #b58900;">)</span><span style="color: #2aa198;">)</span> <span style="color: #268bd2;">(</span>add-hook 'haskell-mode-hook 'hindent-mode<span style="color: #268bd2;">)</span><span style="color: #b58900;">)</span><span style="color: #2aa198;">)</span>
</pre> </pre>
</div> </div>
@ -7322,7 +7325,7 @@ load-theme hook (See the heading below).
</div> </div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<p class="author">Author: Ivan Malison</p> <p class="author">Author: Ivan Malison</p>
<p class="date">Created: 2016-11-24 Thu 13:26</p> <p class="date">Created: 2016-11-24 Thu 19:02</p>
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p> <p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
</div> </div>
</body> </body>