There's Emacs Starter Kit[1] maintained by Phil Hagelbert (technomancy). That might be a good starting point, especially for Clojure.
[1]: https://github.com/technomancy/emacs-starter-kit On Tue, Mar 13, 2012 at 04:09, jaime <[email protected]> wrote: > Is there any materials to introduce how to setup emacs env for a beginner? > > 在 2012年3月9日星期五UTC+8上午2时06分49秒,Tassilo Horn写道: >> >> AndyK <[email protected]> writes: >> >> > Curious about which emacs packages folks use for increased Clojure >> > productivity (beyond the obvious, like slime/swank-clojure)... >> >> For any lisp: >> >> - paredit >> http://www.emacswiki.org/emacs/ParEdit >> - highlight-parentheses >> http://www.emacswiki.org/emacs/HighlightParentheses >> >> For any programming: >> >> - highlight-symbol >> http://www.emacswiki.org/emacs/HighlightSymbol >> >> Bye, >> Tassilo > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en -- Moritz Ulrich -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
