Start Using Emacs – A Thorough Guide for Beginners
braveclojure.com
Start Using Emacs – A Thorough Guide for Beginners
1–10 of 138 posts
Re: Start Using Emacs – A Thorough Guide for Beginners
#2https://github.com/bbatsov/prelude
I highly recommend it, and have been very pleased to see it get better and better over the past year+.
Re: Start Using Emacs – A Thorough Guide for Beginners
#3Having used emacs on linux, windows and now mac I disagree with this - though aquamacs introduces some (annoying, to me) functionality, you can simply turn these off and it works just like emacs in any other environment.
I have found aquamacs works better with ansi-term + with full-screen functionality than vanilla emacs, and I use both these functions enough to not want to go back.
Re: Start Using Emacs – A Thorough Guide for Beginners
#4Re: Start Using Emacs – A Thorough Guide for Beginners
#5After about a year developing a love/hate relationship with Vim I've finally had enough. After reading this post I think I'm ready to make the switch. Very good writing. Thanks for posting it.
Re: Start Using Emacs – A Thorough Guide for Beginners
#6Re: Start Using Emacs – A Thorough Guide for Beginners
#7As an Emacs beginner and budding Clojure programmer in early 2012, I benefited greatly from Bozhidar Batsov's Emacs Prelude: https://github.com/bbatsov/prelude I highly recommend it, and have been very pleased to see it get better and better over the past year+.
Re: Start Using Emacs – A Thorough Guide for Beginners
#8> There are other options, like Aquamacs, which are supposed to make Emacs more "Mac-like", but they're problematic in the long run because they're set up so differently from standard Emacs that it's difficult to use the Emacs manual or follow along with tutorials. Having used emacs on linux, windows and now mac I disagree with this - though aquamacs introduces some (annoying, to me) functionality, you can simply tur…
I'm using that many hours every day and have zero problems.
Regarding fullscreen, if you use a recent build both native and non-native fullscreen are supported.
Re: Start Using Emacs – A Thorough Guide for Beginners
#9After about a year developing a love/hate relationship with Vim I've finally had enough. After reading this post I think I'm ready to make the switch. Very good writing. Thanks for posting it.
Re: Start Using Emacs – A Thorough Guide for Beginners
#10One thing I'd recommend adding in the introduction is that even though Emacs can be daunting to learn in the beginning, the effort is worth it because it will eventually become your editor for everything, not just Clojure.
Have to start programming in a different language? Emacs is there for you. Want to write an e-mail message? Emacs is there for you. Want to keep a TODO list or a calendar? Emacs is there for you.
This fact was lost on me when I first started with Emacs many years ago. I had come from using "easier to use" editors like EditPlus and Visual Studio. After trying to use Emacs for a week, I gave up in frustration and didn't touch it for another year. I've been using Emacs for about 11 years since then and I think I wouldn't have dropped it if I had been told "I know it seems hard now, but it's extremely powerful and it can become your one program for everything, on any platform you will ever use".