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

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

[elpa] 07/35: Reverse the directions


From: Matthew Fidler
Subject: [elpa] 07/35: Reverse the directions
Date: Fri, 11 Jul 2014 22:33:20 +0000

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

commit 1ccdf65bcf45db673016fb0d6f17e870eac15a3c
Author: Matthew L. Fidler <address@hidden>
Date:   Mon Jul 7 08:43:13 2014 -0500

    Reverse the directions
---
 web.org |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/web.org b/web.org
index 7b6652e..9adccc9 100644
--- a/web.org
+++ b/web.org
@@ -81,15 +81,13 @@ type:
 
 #+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>
+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")
+  (package-initialize)
   (require 'ergoemacs-mode)
   
 #+end_src
@@ -108,7 +106,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
-  (package-initialize)
+  (add-to-list 'load-path "~/.emacs.d/ergoemacs-mode")
   (require 'ergoemacs-mode)
   
 #+end_src



reply via email to

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