Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why would you prefer spacemacs over emacs running on 'evil' mode? [closed]

I like the eye-candy, but spacemacs does come with a greater speed penalty. What makes spacemacs worth keeping?

like image 670
user1348384 Avatar asked Feb 04 '23 16:02

user1348384


1 Answers

Evil-mode is just a single Emacs package providing a minor mode to emulate vi-like features. There are thousands of "packages" that can be installed in various ways at any time.

Spacemacs is a full-blown, opinionated, kitchen-sink starter kit distribution. It features Evil-mode front-and-center, but also provides and configures many other ambitious packages like Helm, and themes, and its own necessary documentation (which seemed pretty good). Installation of starter kits is more involved than packages and is the starting point if you choose to use one.

You have to decide if you want to adopt the whole Spacemacs experience/philosophy, or rather just bring over your vi habits via Evil for some familiar bindings in a traditional Emacs. Doing the latter gives more flexibility -- you can individually add other packages that Spacemacs leverages.

After 15 years of Vim, I successfully switched to Emacs and opted to let Emacs just be Emacs and learn its natural bindings (still learning, of course!). I found this makes Emacs books, documentation, and people easier to make sense of, and now I don't miss the modal editing.

like image 149
Micah Elliott Avatar answered May 16 '23 07:05

Micah Elliott