Difference between revisions of "Starter Kits"

From WikEmacs
Jump to navigation Jump to search
(added Spacemacs, a word on each.)
(Update Spacemacs description.)
Line 5: Line 5:
 
* [https://github.com/bbatsov/prelude Emacs Prelude] offers very good default settings and is modular. You activate the modules that you use.
 
* [https://github.com/bbatsov/prelude Emacs Prelude] offers very good default settings and is modular. You activate the modules that you use.
 
* [https://github.com/technomancy/emacs-starter-kit Emacs Starter Kit]
 
* [https://github.com/technomancy/emacs-starter-kit Emacs Starter Kit]
* [https://github.com/syl20bnr/spacemacs Spacemacs] is aimed at users using modal editing. It makes good use of Evil, the Vim layer.
+
* [https://github.com/syl20bnr/spacemacs Spacemacs] is aimed at users using modal editing. It makes good use of Evil, the Vim layer. However, users who don't like modal editing can still use Emacs-style key bindings with holy-mode.
 
* [https://github.com/dimitri/emacs-kicker Emacs Kicker]
 
* [https://github.com/dimitri/emacs-kicker Emacs Kicker]
  
 
[[Category:Beginner]][[Category:Install Or Upgrade]]
 
[[Category:Beginner]][[Category:Install Or Upgrade]]

Revision as of 08:13, 2 May 2015

Starter kits contain useful Emacs defaults. There are lots of cheat pages, that help to get an overview of the most important commands.

External Links

  • Emacs Prelude offers very good default settings and is modular. You activate the modules that you use.
  • Emacs Starter Kit
  • Spacemacs is aimed at users using modal editing. It makes good use of Evil, the Vim layer. However, users who don't like modal editing can still use Emacs-style key bindings with holy-mode.
  • Emacs Kicker