[Emacs] Update github pages index file

This commit is contained in:
Ivan Malison 2016-11-04 08:54:24 -07:00
parent c465a46054
commit 6eb66008b1
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-02 Wed 23:15 --> <!-- 2016-11-04 Fri 08:54 -->
<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,8 +185,6 @@
<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: #263238; color: #ffffff;}</style>
<style type="text/css"> <style type="text/css">
pre.src {background-color: #263238; color: #ffffff;}</style> pre.src {background-color: #263238; color: #ffffff;}</style>
<script type="text/javascript"> <script type="text/javascript">
@ -2878,17 +2876,25 @@ proced is an top like utility that runs inside of emacs. The following sets auto
<span style="color: #ff8A65;">:config</span> <span style="color: #ff8A65;">:config</span>
<span style="color: #2196F3;">(</span><span style="color: #fff59d;">progn</span> <span style="color: #2196F3;">(</span><span style="color: #fff59d;">progn</span>
<span style="color: #EF6C00;">(</span><span style="color: #fff59d;">defvar</span> <span style="color: #ffcc80;">imalison:tall-tile-strategy</span> <span style="color: #B388FF;">(</span>tile-split-n-tall 3<span style="color: #B388FF;">)</span><span style="color: #EF6C00;">)</span> <span style="color: #EF6C00;">(</span><span style="color: #fff59d;">defvar</span> <span style="color: #ffcc80;">imalison:tall-tile-strategy</span> <span style="color: #B388FF;">(</span>tile-split-n-tall 3<span style="color: #B388FF;">)</span><span style="color: #EF6C00;">)</span>
<span style="color: #EF6C00;">(</span><span style="color: #fff59d;">defvar</span> <span style="color: #ffcc80;">imalison:wide-tile-strategy</span> tile-wide<span style="color: #EF6C00;">)</span>
<span style="color: #EF6C00;">(</span><span style="color: #fff59d;">defvar</span> <span style="color: #ffcc80;">imalison:master-tile-strategy</span> <span style="color: #B388FF;">(</span>tile-argument-buffer-fetcher
<span style="color: #ff8A65;">:layout</span> tile-master-left<span style="color: #B388FF;">)</span><span style="color: #EF6C00;">)</span>
<span style="color: #EF6C00;">(</span><span style="color: #fff59d;">defhydra</span> imalison:hydra-tile <span style="color: #EF6C00;">(</span><span style="color: #fff59d;">defhydra</span> imalison:hydra-tile
nil nil
<span style="color: #9ccc65;">"tile"</span> <span style="color: #9ccc65;">"tile"</span>
<span style="color: #B388FF;">(</span><span style="color: #9ccc65;">"t"</span> <span style="color: #76ff03;">(</span>tile <span style="color: #ff8A65;">:strategy</span> imalison:tall-tile-strategy<span style="color: #76ff03;">)</span><span style="color: #B388FF;">)</span> <span style="color: #B388FF;">(</span><span style="color: #9ccc65;">"t"</span> <span style="color: #76ff03;">(</span>tile <span style="color: #ff8A65;">:strategy</span> imalison:tall-tile-strategy<span style="color: #76ff03;">)</span><span style="color: #B388FF;">)</span>
<span style="color: #B388FF;">(</span><span style="color: #9ccc65;">"w"</span> <span style="color: #76ff03;">(</span>tile <span style="color: #ff8A65;">:strategy</span> imalison:wide-tile-strategy<span style="color: #76ff03;">)</span><span style="color: #B388FF;">)</span>
<span style="color: #B388FF;">(</span><span style="color: #9ccc65;">"m"</span> <span style="color: #76ff03;">(</span>tile <span style="color: #ff8A65;">:strategy</span> imalison:master-tile-strategy<span style="color: #76ff03;">)</span><span style="color: #B388FF;">)</span>
<span style="color: #B388FF;">(</span><span style="color: #9ccc65;">"s"</span> tile-select<span style="color: #B388FF;">)</span>
<span style="color: #B388FF;">(</span><span style="color: #9ccc65;">"0"</span> <span style="color: #76ff03;">(</span>tile <span style="color: #ff8A65;">:strategy</span> tile-one<span style="color: #76ff03;">)</span><span style="color: #B388FF;">)</span>
<span style="color: #B388FF;">(</span><span style="color: #9ccc65;">"n"</span> tile<span style="color: #B388FF;">)</span> <span style="color: #B388FF;">(</span><span style="color: #9ccc65;">"n"</span> tile<span style="color: #B388FF;">)</span>
<span style="color: #B388FF;">(</span><span style="color: #9ccc65;">"l"</span> winner-undo<span style="color: #B388FF;">)</span> <span style="color: #B388FF;">(</span><span style="color: #9ccc65;">"l"</span> winner-undo<span style="color: #B388FF;">)</span><span style="color: #EF6C00;">)</span>
<span style="color: #B388FF;">(</span><span style="color: #9ccc65;">"0"</span> <span style="color: #76ff03;">(</span>tile <span style="color: #ff8A65;">:strategy</span> tile-one<span style="color: #76ff03;">)</span><span style="color: #B388FF;">)</span><span style="color: #EF6C00;">)</span> <span style="color: #EF6C00;">(</span><span style="color: #fff59d;">setq</span> tile-cycler
<span style="color: #EF6C00;">(</span><span style="color: #fff59d;">defvar</span> <span style="color: #ffcc80;">tile-strategies</span> <span style="color: #B388FF;">(</span>list imalison:tall-tile-strategy <span style="color: #B388FF;">(</span>tile-strategies <span style="color: #ff8A65;">:strategies</span>
<span style="color: #76ff03;">(</span>tile-argument-buffer-fetcher <span style="color: #76ff03;">(</span>list imalison:tall-tile-strategy
<span style="color: #ff8A65;">:layout</span> tile-master-tall<span style="color: #76ff03;">)</span> imalison:master-tile-strategy
tile-wide tile-one<span style="color: #B388FF;">)</span><span style="color: #EF6C00;">)</span><span style="color: #2196F3;">)</span><span style="color: #e91e63;">)</span> imalison:wide-tile-strategy
tile-one<span style="color: #76ff03;">)</span><span style="color: #B388FF;">)</span><span style="color: #EF6C00;">)</span><span style="color: #2196F3;">)</span><span style="color: #e91e63;">)</span>
</pre> </pre>
</div> </div>
</div> </div>
@ -7045,7 +7051,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-02 Wed 23:15</p> <p class="date">Created: 2016-11-04 Fri 08:54</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>