switched to soft tabs, removed unused html

master
jim-brighter 2015-01-25 02:32:42 +00:00
parent ca864b5033
commit 16e74cb4fd
2 changed files with 1 additions and 6 deletions

View File

@ -28,7 +28,7 @@ my $TEXT = scalar share('emacs_cheat_sheet.txt')->slurp,
my $HTML = scalar share('emacs_cheat_sheet.html')->slurp;
handle remainder => sub {
return
return
heading => 'Emacs Cheat Sheet',
answer => $TEXT,
html => $HTML,

View File

@ -288,11 +288,6 @@
<td><code>C-q</code></td>
<td>Quoted insert</td>
</tr>
<!-- Removed because it ruins formatting -->
<!--<tr>
<td><code>M-x shell-strip-ctrl-m RET</code></td>
<td>Flush ^M at end of line</td>
</tr>-->
<tr>
<td><code>C-z</code></td>
<td>Suspend/iconify emacs (type "%emacs" to return)</td>