On Thu, Jul 9, 2009 at 1:56 AM, Mani<dumb...@gmail.com> wrote: > > Thanks Shawn, Robert. > From Robert's post, I am bit confused here. I also read that .emacs is > in %appdata% folder (vista), but all I see is .emacs.d folder (which I > guess is for the emacs server). I tried creating one "C-x C-f > ~/.emacs" - under my home-directory (C:\emacs). Should i just create > a .emacs under %appdata%/.emacs.d OR right under %appdata%? >
>From the EmacsWiki [1]: "If the init file ~/.emacs does not exist, Emacs will try ~/.emacs.d/init.el" Since you usually have more than a couple of things that you want to configure, emacs.d gives you a directory instead of a file for configuration. That makes it easier to keep things organized. If you put what you want into %appdata%/.emacs.d/init.el, you should be fine. I guess ClojureBox is a good starting point for Emacs with Clojure. A little bit more general is the Emacs starter kit [2] from Phil Hagelberg (Clojure regular), and if nothing else, reading the readme (displayed on the linked page) is recommended because it gives you a bit of intro on Emacs configuration (ClojureBox might even use the starter kit, but according to this [3] it doesn't. Didn't check though). Hope that helps Cheers, Daniel [1] http://www.emacswiki.org/emacs/DotEmacsDotD [2] http://github.com/technomancy/emacs-starter-kit/tree/master [3] http://groups.google.com/group/clojure/browse_thread/thread/6fd17fb97f058192 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---