From: Ben Hutchings Date: Sun, 2 Nov 2008 16:39:07 +0000 (+0000) Subject: Changed \file macro to avoid munging of ~. X-Git-Tag: 20080207-1~1 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=ion3-doc.git;a=commitdiff_plain;h=1623609f92900c356c5534eb0a0155f1578a31a5 Changed \file macro to avoid munging of ~. --- diff --git a/ionconf/node4.html b/ionconf/node4.html index e8437e5..9ae06de 100644 --- a/ionconf/node4.html +++ b/ionconf/node4.html @@ -183,13 +183,13 @@ the command locate cfg_ion.lua might help provided updatedb has been run recently.

-User configuration files go in . +User configuration files go in ~/.ion3/. Ion always searches the user configuration file directory before the stock configuration file directory for files. Therefore, if you want to change some setting, it is advised against that you modify the stock configuration files in-place as subsequent installs of Ion will restore the stock configuration files. Instead you should always make a copy of the stock -file in and modify this file. For sake of maintainability +file in ~/.ion3/ and modify this file. For sake of maintainability of your customised configuration, it is recommended against copying all of the files there. Only copy those files you actually need to modify. Most simple customisations, such as changes in a few bindings, are best done diff --git a/ionconf/node7.html b/ionconf/node7.html index 3d636c6..f2876fb 100644 --- a/ionconf/node7.html +++ b/ionconf/node7.html @@ -4501,7 +4501,7 @@ Note that this function is asynchronous; the region will not

Description:
This query asks for a host to connect to with SSH. - Hosts to tab-complete are read from . + Hosts to tab-complete are read from ~/.ssh/known_hosts.
diff --git a/macros.tex b/macros.tex index 0f3bce2..8f60d91 100644 --- a/macros.tex +++ b/macros.tex @@ -48,7 +48,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \newcommand{\note}[1]{\color{red}**#1**} -\newcommand{\file}[1]{\mbox{\emph{#1}}} +\newcommand{\file}[1]{\emph{#1}} \newcommand{\type}[1]{#1} \newcommand{\spec}[1]{#1} \newcommand{\indextype}[1]{\index{#1@\type{#1}}}