summaryrefslogtreecommitdiff
path: root/support/ite/homedir.html
blob: bbfde0f57a480ed9841d6ba4d662e939f1a1b72d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>