Minor cheatsheet edits.

This commit is contained in:
Chris Lane 2016-11-27 10:31:49 -05:00
parent df34774a7a
commit 208dd24a0c
5 changed files with 14 additions and 15 deletions

View File

@ -30,7 +30,7 @@
# Other stuff # Other stuff
Open a shell ALT-x shell Open a shell ALT-x eshell
Goto a line number ALT-x goto-line Goto a line number ALT-x goto-line
Word wrap ALT-x toggle-word-wrap Word wrap ALT-x toggle-word-wrap
Spell checking ALT-x flyspell-mode Spell checking ALT-x flyspell-mode

View File

@ -12,4 +12,3 @@ xmlto -m ulink.xsl pdf mydoc.xml
# use non-default xsl # use non-default xsl
xmlto -x mystylesheet.xsl pdf mydoc.xml xmlto -x mystylesheet.xsl pdf mydoc.xml