Skip to content

Commit

Permalink
test on Emacs 24.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen Bin committed Sep 26, 2018
1 parent 8fcde17 commit 6e180a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,4 @@ custom-set-variables.el
.smex-items
network-security.data
.last-package-update-day
.dir-locals.el
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Here are the *exact steps*,
- Download [[https://github.com/redguardtoo/myelpa/archive/stable.zip]]
- Extract the zip somewhere, say =~/projs/myelpa=
- Make sure a file named =archive-contents= exists in =~/projs/myelpa=
- Uncomment the line =(setq package-archives '(("myelpa" . "~/projs/myelpa/")))= that already in the =~/.emacs.d/lisp/init-elpa.el=, then change path to your own elpa directory
- Uncomment the line containing "myelpa" in =~/.emacs.d/lisp/init-elpa.el=. Path =~/projs/myelpa/= could be modified.
- Start Emacs now!

Now you are using local package repository =~/projs/melpa=.
Expand Down
2 changes: 1 addition & 1 deletion lisp/init-elpa.el
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
))

;; Un-comment below line if you follow "Install stable version in easiest way"
;; (setq package-archives '(("myelpa" . "~/projs/myelpa")))
;; (setq package-archives '(("localelpa" . "~/.emacs.d/localelpa/") ("myelpa" . "~/projs/myelpa/")))

;;------------------------------------------------------------------------------
;; Internal implementation, newbies should NOT touch code below this line!
Expand Down

0 comments on commit 6e180a4

Please sign in to comment.