emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 334/352: Mention ~/.emacs.d/init.el too as one of the Emacs init


From: Stefan Monnier
Subject: [elpa] 334/352: Mention ~/.emacs.d/init.el too as one of the Emacs init files
Date: Mon, 07 Jul 2014 14:05:34 +0000

monnier pushed a commit to branch master
in repository elpa.

commit 916665195ac1c982938fd65d64aed7c50d036af7
Author: Teemu Likonen <address@hidden>
Date:   Sun Apr 28 09:27:55 2013 +0300

    Mention ~/.emacs.d/init.el too as one of the Emacs init files
---
 README.md |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/README.md b/README.md
index 3b2c41c..d740db4 100644
--- a/README.md
+++ b/README.md
@@ -95,7 +95,8 @@ Install
 You can install Wcheck mode through [Marmalade][] package archive. It's
 the preferred way to install official releases. Alternatively you can
 put `wcheck-mode.el` file to some directory in your Emacs's `load-path`
-and add the following lines to Emacs's initialization file (`~/.emacs`):
+and add the following lines to Emacs's initialization file (`~/.emacs`
+or `~/.emacs.d/init.el`):
 
     (autoload 'wcheck-mode "wcheck-mode"
       "Toggle wcheck-mode." t)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]