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

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

[elpa] 04/35: Add ~/.emacs and describe using elpa instead of melpa


From: Matthew Fidler
Subject: [elpa] 04/35: Add ~/.emacs and describe using elpa instead of melpa
Date: Fri, 11 Jul 2014 22:33:19 +0000

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

commit dfc30a1672298b807d3f414f1afef373ce9b033d
Author: Matthew L. Fidler <address@hidden>
Date:   Mon Jul 7 08:24:42 2014 -0500

    Add ~/.emacs and describe using elpa instead of melpa
---
 web.org |   21 +++++++++++++++++----
 1 files changed, 17 insertions(+), 4 deletions(-)

diff --git a/web.org b/web.org
index 67cd38f..a9a71b3 100644
--- a/web.org
+++ b/web.org
@@ -74,12 +74,25 @@ First you need to install 
[[http://www.gnu.org/s/emacs][Emacs]]. Then you have 2
 
 #+begin_o_blog_row 5
 
-#+HTML: <h4>Using melpa</h4>
+#+HTML: <h4>Using elpa</h4>
 
-If you are using emacs 24 and [[http://melpa.milkbox.net/#installing][melpa]] 
it would be very easy to install. 
+If you are using emacs 24 it should be very easy to install. 
 type:
 
-#+HTML: <kbd class="dark">Alt</kbd>+<kbd class="dark">x</kbd> 
<code>package-install</code> <code>ergoemacs-mode</code>
+#+HTML: <kbd class="dark">Alt</kbd>+<kbd class="dark">x</kbd> 
<code>list-packages</code>
+
+After, find the package `ergoemacs-mode` and install it with 
+#HTML: <kbd class="dark">I</kbd><kbd class="dark">X</kbd>
+
+Then add the following to your =~/.emacs= or =~/.emacs.d/init.el=
+file:
+
+#+begin_src emacs-lisp
+  (add-to-list 'load-path "~/.emacs.d/ergoemacs-mode")
+  (require 'ergoemacs-mode)
+  
+#+end_src
+
 #+o_blog_row_column  6
 
 #+HTML: <h4>Manual setup</h4>
@@ -91,7 +104,7 @@ cd ~/.emacs.d
 git clone -b master --single-branch 
https://github.com/ergoemacs/ergoemacs-mode.git
 #+end_src
 
-And add following to your =~/.emacs.d/init.el= file:
+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")



reply via email to

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