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

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

[elpa] 06/35: Fix the differences between elpa and manual setup


From: Matthew Fidler
Subject: [elpa] 06/35: Fix the differences between elpa and manual setup
Date: Fri, 11 Jul 2014 22:33:20 +0000

mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.

commit 72ee455ff5097e8c8b3f870e2f248c812c3e8506
Author: Matthew L. Fidler <address@hidden>
Date:   Mon Jul 7 08:35:25 2014 -0500

    Fix the differences between elpa and manual setup
---
 web.org |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/web.org b/web.org
index 816430d..7b6652e 100644
--- a/web.org
+++ b/web.org
@@ -108,7 +108,7 @@ git clone -b master --single-branch 
https://github.com/ergoemacs/ergoemacs-mode.
 And add following to your =~/.emacs= or =~/.emacs.d/init.el= file:
 
 #+begin_src emacs-lisp
-  (add-to-list 'load-path "~/.emacs.d/ergoemacs-mode")
+  (package-initialize)
   (require 'ergoemacs-mode)
   
 #+end_src
@@ -117,7 +117,7 @@ And add following to your =~/.emacs= or 
=~/.emacs.d/init.el= file:
 
 
 ** Enabling ergoemacs-mode
-To enable emacs, add the following to your =~/.emacs.d/init.el= file:
+To enable emacs, add the following to your =~/.emacs= or =~/.emacs.d/init.el= 
file:
 
 #+BEGIN_SRC emacs-lisp
   (setq ergoemacs-theme nil) ;; Uses Standard Ergoemacs keyboard theme



reply via email to

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