flyingmachine / emacs-for-clojure

519 stars 267 forks source link

M-x package-install RET geiser RET #13

Closed Txellenne closed 9 years ago

Txellenne commented 9 years ago

Hi, I was trying to use this emacs setting also to learn scheme with guile, I know it's probably out of scope here, but as to install geiser as repl it's advised just get it from ELPA I just noted that your init.el has the following lines commented so I was wondering if is there any expected issue I should get into consideration when I did it.

14 ;; (setq package-archives '(("gnu" . "http://elpa.gnu.org/packages/")
15 ;; ("marmalade" . "http://marmalade-repo.org/packages/")
16 ;; ("melpa" . "http://melpa-stable.milkbox.net/packag

I'd appreciate your help on this. Txe

Txellenne commented 9 years ago

Ok, I got an idea by reading this discussion, I leave the stackoverflow link here just in case it helps someone else, Thanks.

flyingmachine commented 9 years ago

This is a great resource. Thank you!