forked from colonelpanic/dotfiles
[Emacs] Update github pages index file
This commit is contained in:
parent
463a8319bb
commit
1a56ef92c6
29
index.html
29
index.html
@ -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 18:23 -->
|
||||
<!-- 2016-11-02 Wed 20:26 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title></title>
|
||||
@ -108,6 +108,8 @@
|
||||
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">
|
||||
/*
|
||||
@licstart The following is the entire license notice for the
|
||||
@ -330,7 +332,8 @@ for the JavaScript code in this tag.
|
||||
<li><a href="#refine">6.34. refine</a></li>
|
||||
<li><a href="#winner">6.35. winner</a></li>
|
||||
<li><a href="#eyebrowse">6.36. eyebrowse</a></li>
|
||||
<li><a href="#fillcolumnindicator">6.37. fill-column-indicator</a></li>
|
||||
<li><a href="#tile">6.37. tile</a></li>
|
||||
<li><a href="#fillcolumnindicator">6.38. fill-column-indicator</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#keybindings">7. Keybindings</a>
|
||||
@ -1024,7 +1027,7 @@ This solution only applies it to projectile-find-file
|
||||
</p>
|
||||
<div class="org-src-container">
|
||||
|
||||
<pre class="src src-emacs-lisp"><span style="color: #e91e63;">(</span><span style="color: #fff59d;">use-package</span> <span style="color: #8bc34a;">noflet</span> <span style="color: #ff8A65;">:demand</span> t<span style="color: #e91e63;">)</span>
|
||||
<pre class="src src-emacs-lisp"><span style="color: #e91e63;">(</span><span style="color: #fff59d;">require</span> '<span style="color: #8bc34a;">noflet</span><span style="color: #e91e63;">)</span>
|
||||
|
||||
<span style="color: #e91e63;">(</span><span style="color: #fff59d;">defun</span> <span style="color: #84ffff;">imalison:call-with-quick-shell-command</span> <span style="color: #2196F3;">(</span>fn <span style="color: #84ffff;">&rest</span> args<span style="color: #2196F3;">)</span>
|
||||
<span style="color: #2196F3;">(</span><span style="color: #fff59d;">noflet</span> <span style="color: #EF6C00;">(</span><span style="color: #B388FF;">(</span>shell-command-to-string <span style="color: #76ff03;">(</span><span style="color: #84ffff;">&rest</span> args<span style="color: #76ff03;">)</span>
|
||||
@ -2883,9 +2886,23 @@ proced is an top like utility that runs inside of emacs. The following sets auto
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-fillcolumnindicator" class="outline-3">
|
||||
<h3 id="fillcolumnindicator"><span class="section-number-3">6.37</span> fill-column-indicator</h3>
|
||||
<div id="outline-container-tile" class="outline-3">
|
||||
<h3 id="tile"><span class="section-number-3">6.37</span> tile</h3>
|
||||
<div class="outline-text-3" id="text-6-37">
|
||||
<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;">: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>
|
||||
</pre>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-fillcolumnindicator" class="outline-3">
|
||||
<h3 id="fillcolumnindicator"><span class="section-number-3">6.38</span> fill-column-indicator</h3>
|
||||
<div class="outline-text-3" id="text-6-38">
|
||||
<p>
|
||||
This interferes with too many other packages. See
|
||||
<a href="https://github.com/alpaker/Fill-Column-Indicator/issues/21">https://github.com/alpaker/Fill-Column-Indicator/issues/21</a> for more details
|
||||
@ -7224,7 +7241,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 18:23</p>
|
||||
<p class="date">Created: 2016-11-02 Wed 20:26</p>
|
||||
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
||||
</div>
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user