1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-04 10:55:46 +01:00

Restore monospace markup for `pentadactylrc' and the like.

This was partly lost in the previous change due to linkification, but the <t>
and <tt> tags can actually be used together.
This commit is contained in:
Štěpán Němec
2010-09-22 23:22:42 +02:00
parent b0e7146d7f
commit 02714f06d9
4 changed files with 8 additions and 8 deletions

View File

@@ -67,7 +67,7 @@
<warning> <warning>
It is important to note that mappings are <em>not</em> It is important to note that mappings are <em>not</em>
automatically saved between sessions. In order to preserve them, automatically saved between sessions. In order to preserve them,
they must either be added to your <t>&dactyl.name;rc</t> or they must either be added to your <tt><t>&dactyl.name;rc</t></tt> or
saved via the <ex>:mk&dactyl.name;rc</ex> command. saved via the <ex>:mk&dactyl.name;rc</ex> command.
</warning> </warning>

View File

@@ -528,7 +528,7 @@
<description> <description>
<p> <p>
Allow reading of an RC file in the current directory. This file is Allow reading of an RC file in the current directory. This file is
sourced after the default <t>&dactyl.name;rc</t> file in your sourced after the default <tt><t>&dactyl.name;rc</t></tt> file in your
home directory. home directory.
</p> </p>
</description> </description>
@@ -888,9 +888,9 @@
<description> <description>
<p> <p>
Load plugin scripts when starting up. When on, yet unloaded plugins Load plugin scripts when starting up. When on, yet unloaded plugins
are automatically loaded after the <t>&dactyl.name;rc</t> file has been are automatically loaded after the <tt><t>&dactyl.name;rc</t></tt> file has been
sourced. To load plugins earlier, use the <ex>:loadplugins</ex> sourced. To load plugins earlier, use the <ex>:loadplugins</ex>
command within <t>&dactyl.name;rc</t>. command within <tt><t>&dactyl.name;rc</t></tt>.
</p> </p>
</description> </description>
</item> </item>

View File

@@ -195,9 +195,9 @@
<description> <description>
<p> <p>
Immediately load all plugins which have yet to be loaded. Because Immediately load all plugins which have yet to be loaded. Because
plugins are not automatically loaded until after &dactyl.name;rc plugins are not automatically loaded until after <tt><t>&dactyl.name;rc</t></tt>
is sourced, this command must be placed early in the is sourced, this command must be placed early in the
&dactyl.name;rc file if &dactyl.name;rc uses commands or options <tt>&dactyl.name;rc</tt> file if <tt>&dactyl.name;rc</tt> uses commands or options
which are defined by plugins. Additionally, this command allows which are defined by plugins. Additionally, this command allows
newly installed plugins to be easily loaded without restarting newly installed plugins to be easily loaded without restarting
&dactyl.appname;. &dactyl.appname;.

View File

@@ -259,12 +259,12 @@
<code><k name="Esc"/></code> <code><k name="Esc"/></code>
<h2 tag="pentadactylrc">Saving for posterity—pentadactylrc</h2> <h2 tag="pentadactylrc">Saving for posterity—<tt>pentadactylrc</tt></h2>
<p> <p>
Once you get &dactyl.appname; set up with your desired options, maps, and commands, Once you get &dactyl.appname; set up with your desired options, maps, and commands,
you'll probably want them to be available the next time you open &dactyl.appname;. you'll probably want them to be available the next time you open &dactyl.appname;.
Continuing the Vim theme, this is done with a pentadactylrc file. Continuing the Vim theme, this is done with a <tt>pentadactylrc</tt> file.
</p> </p>
<p> <p>