summaryrefslogtreecommitdiff
path: root/support/ite/homedir.html
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/ite/homedir.html
Initial commit
Diffstat (limited to 'support/ite/homedir.html')
-rw-r--r--support/ite/homedir.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/support/ite/homedir.html b/support/ite/homedir.html
new file mode 100644
index 0000000000..bbfde0f57a
--- /dev/null
+++ b/support/ite/homedir.html
@@ -0,0 +1,22 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+ <head>
+ <title>Initialization File</title>
+ <LINK REL="STYLESHEET" HREF="manual.css">
+ </head>
+
+ <body>
+ <h1>Initialization File for XEmacs</h1>
+ <p>
+ If you paste the line
+ </p>
+ <pre>
+ (dired (expand-file-name user-init-directory))
+ </pre>
+ <p>
+ in Emacs' *scratch* buffer and type <tt>C-xC-e</tt> at the end of this line, XEmacs will lead you directly to the
+ location of the initialization file. For <tt>Gnu-Emacs</tt>, the above will not work.
+ </p>
+
+ </body>
+</html>