I am new to emacs and not sure how to automatically get the right entries created in .emacs file after I install packages from marmalade.
Once I install a package using marmalade (e.g. clojure-mode-1.9.2) I have to manually edit my .emacs file to add a "load-path" and "require" entry: Example entry in .emacs file: (add-to-list 'load-path "~/.emacs.d/elpa/clojure-mode-1.9.2/") (require 'clojure-mode) If I don't add the above entry clojure mode does not work. Similarly, after I install the packages slime and slime-repl, I have to manually add entries otherwise emacs doesn't recognize my command "slime-connect". I am not even sure what the right entries are and how many "require" statements I have to add. So am a bit lost. Is there any way to have emacs/marmalade automatically add the right entries into the .emacs configuration file? -- Shoeb -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en