[Emacs] Update github pages index file

This commit is contained in:
Ivan Malison 2016-11-02 20:52:49 -07:00
parent aa15ed02b0
commit 2104db7bda
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-02 Wed 20:26 -->
<!-- 2016-11-02 Wed 20:53 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
@ -100,16 +100,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: #263238; color: #ffffff;}</style>
<style type="text/css">
pre.src {background-color: #263238; color: #ffffff;}</style>
<style type="text/css">
pre.src {background-color: #263238; color: #ffffff;}</style>
<style type="text/css">
pre.src {background-color: #263238; color: #ffffff;}</style>
<style type="text/css">
pre.src {background-color: #263238; color: #ffffff;}</style>
<style type="text/css">
pre.src {background-color: #263238; color: #ffffff;}</style>
<script type="text/javascript">
@ -2895,10 +2885,21 @@ proced is an top like utility that runs inside of emacs. The following sets auto
<div class="org-src-container">
<pre class="src src-emacs-lisp"><span style="color: #e91e63;">(</span><span style="color: #fff59d;">imalison:use-package</span> tile
<span style="color: #ff8A65;">:bind</span> <span style="color: #2196F3;">(</span><span style="color: #9ccc65;">"C-c t"</span> . tile<span style="color: #2196F3;">)</span>
<span style="color: #ff8A65;">:after</span> hydra
<span style="color: #ff8A65;">:bind</span> <span style="color: #2196F3;">(</span><span style="color: #9ccc65;">"C-c t"</span> . imalison:hydra-tile/body<span style="color: #2196F3;">)</span>
<span style="color: #ff8A65;">:config</span>
<span style="color: #2196F3;">(</span><span style="color: #fff59d;">progn</span>
<span style="color: #EF6C00;">(</span><span style="color: #fff59d;">setq</span> tile-strategies <span style="color: #B388FF;">(</span>list <span style="color: #76ff03;">(</span>tile-split-n-tall 3<span style="color: #76ff03;">)</span> tile-one<span style="color: #B388FF;">)</span><span style="color: #EF6C00;">)</span><span style="color: #2196F3;">)</span><span style="color: #e91e63;">)</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;">defhydra</span> imalison:hydra-tile
nil
<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;">"n"</span> tile<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: #EF6C00;">)</span>
<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: #76ff03;">(</span>tile-argument-buffer-fetcher
<span style="color: #ff8A65;">:layout</span> tile-master-tall<span style="color: #76ff03;">)</span>
tile-wide tile-one<span style="color: #B388FF;">)</span><span style="color: #EF6C00;">)</span><span style="color: #2196F3;">)</span><span style="color: #e91e63;">)</span>
</pre>
</div>
</div>
@ -7244,7 +7245,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-02 Wed 20:26</p>
<p class="date">Created: 2016-11-02 Wed 20:53</p>
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
</div>
</body>