Skip to content

Commit

Permalink
options: make the setting of load-path explicit
Browse files Browse the repository at this point in the history
Old timers will hopefully not add a duplicate entry but this was
confusing newer users. Thanks to Konrad Voelkel for the bug report.
  • Loading branch information
stsquad committed Mar 25, 2013
1 parent 8aedc8e commit 3a200fa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions fancy-settings/source/i18n.js
Expand Up @@ -48,12 +48,13 @@ this.i18n = {
package archive.\
</p>\
<p>\
Save the file to somewhere visible to your your Emacs <code>load-path</code> and add the following\
Save the file to somewhere visible to your your Emacs <code>load-path</code> (~/.emacs.d is popular) and add the following\
to your <code>.emacs</code>:\
</p>\
<pre>\
(require 'edit-server)<br>\
(edit-server-start)\
(add-to-list 'load-path \"~/.emacs.d\")<br>\
(require 'edit-server)<br>\
(edit-server-start)\
</pre>\
For details about how to customise and control the behaviour of the edit server please see the\
<a href=\"http://www.emacswiki.org/emacs/Edit_with_Emacs\">page on the Emacs Wiki</a>.\
Expand Down

0 comments on commit 3a200fa

Please sign in to comment.