Difference between revisions of "Starter Kits"

From WikEmacs
Jump to navigation Jump to search
(added Spacemacs, a word on each.)
(3 intermediate revisions by 2 users not shown)
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/rdallasgray/graphene Graphene]:  A set of defaults for Emacs, for refugees from GUI text editors.  
 
* [https://github.com/dimitri/emacs-kicker Emacs Kicker]
 
* [https://github.com/dimitri/emacs-kicker Emacs Kicker]
 +
* [https://github.com/kjhealy/emacs-starter-kit kehealy's emacs-starter-kit] is aimed at social scientists researching and writing in plain text using some combination of LaTeX, R, ESS, Git, Markdown, and Org-Mode.
 +
* [https://github.com/jabranham/emacs-for-social-science emacs-for-social-science] is similar in scope with the above, with two differences, according to its author: this is one is smaller and simpler and not focused on Macs.
 +
 +
== Scimax, by the Kitchin research group ==
 +
 +
[http://kitchingroup.cheme.cmu.edu/scimax Scimax] is a set of open-source software tools to integrate narrative text with data, code, figures, equations, tables and citations. Scimax brings plain text to life by making it functional and interactive. With scimax you can embed and run code directly in your documents, and capture the output in your document. You can embed data in your documents with narrative text that explains what it is, and then use the document as a data source for analysis. You can easily convert documents written with scimax to HTML, LaTeX, PDF, even MS Word.
 +
 +
Scimax builds on Emacs, org-mode and programming tools to provide a rich authoring environment for writing, programming, research and teaching.
 +
 +
See its [https://github.com/jkitchin/scimax github].
  
 
[[Category:Beginner]][[Category:Install Or Upgrade]]
 
[[Category:Beginner]][[Category:Install Or Upgrade]]

Revision as of 08:11, 29 September 2016

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.
  • Graphene: A set of defaults for Emacs, for refugees from GUI text editors.
  • Emacs Kicker
  • kehealy's emacs-starter-kit is aimed at social scientists researching and writing in plain text using some combination of LaTeX, R, ESS, Git, Markdown, and Org-Mode.
  • emacs-for-social-science is similar in scope with the above, with two differences, according to its author: this is one is smaller and simpler and not focused on Macs.

Scimax, by the Kitchin research group

Scimax is a set of open-source software tools to integrate narrative text with data, code, figures, equations, tables and citations. Scimax brings plain text to life by making it functional and interactive. With scimax you can embed and run code directly in your documents, and capture the output in your document. You can embed data in your documents with narrative text that explains what it is, and then use the document as a data source for analysis. You can easily convert documents written with scimax to HTML, LaTeX, PDF, even MS Word.

Scimax builds on Emacs, org-mode and programming tools to provide a rich authoring environment for writing, programming, research and teaching.

See its github.