Readme 2.0 ToC

This commit is contained in:
syl20bnr 2014-09-01 00:30:20 -04:00
parent 88c77bf72d
commit 4f7cc29530

View file

@ -5,34 +5,52 @@ _The best editor is not *Emacs* nor *Vim*, the best editor is
**Table of Contents** *generated with [DocToc](http://doctoc.herokuapp.com/)*
- [Goal](#goal)
- [Who can benefit from this ?](#who-can-benefit-from-this-)
- [Install](#install)
- [Packages and Extensions Organization](#packages-and-extensions-organization)
- [How it works](#how-it-works)
- [How to switch to normal mode efficiently ?](#how-to-switch-to-normal-mode-efficiently-)
- [Evil plugins](#evil-plugins)
- [How to use it ?](#how-to-use-it-)
- [Executing Vim and Emacs commands](#executing-vim-and-emacs-commands)
- [Key bindings help](#key-bindings-help)
- [About helm](#about-helm)
- [Navigation (point/cursor)](#navigation-pointcursor)
- [ace-jump mode](#ace-jump-mode)
- [Navigation (buffers/files)](#navigation-buffersfiles)
- [Window manipulation](#window-manipulation)
- [Additional text manipulation commands](#additional-text-manipulation-commands)
- [Spell checking](#spell-checking)
- [Color theme](#color-theme)
- [UI elements](#ui-elements)
- [Minor Modes](#minor-modes)
- [Formatting](#formatting)
- [Errors handling](#errors-handling)
- [Various](#various)
- [expand-region mode](#expand-region-mode)
- [narrow region](#narrow-region)
- [auto-highlight-symbol mode](#auto-highlight-symbol-mode)
- [and more...](#and-more)
- [TODO list](#todo-list)
- [Goals](#user-content-goals)
- [Who can benefit from this ?](#user-content-who-can-benefit-from-this-)
- [Install](#user-content-install)
- [Packages and Extensions Organization](#user-content-packages-and-extensions-organization)
- [How it works](#user-content-how-it-works)
- [How to switch to normal mode efficiently ?](#user-content-how-to-switch-to-normal-mode-efficiently-)
- [Evil plugins](#user-content-evil-plugins)
- [How to use it ?](#user-content-how-to-use-it-)
- [Executing Vim and Emacs commands](#user-content-executing-vim-and-emacs-commands)
- [Key bindings help](#user-content-key-bindings-help)
- [About helm](#user-content-about-helm)
- [Navigation](#user-content-navigation)
- [Point/Cursor](#user-content-pointcursor)
- [ace-jump mode](#user-content-ace-jump-mode)
- [Buffers and Files](#user-content-buffers-and-files)
- [Bookmarks](#user-content-bookmarks)
- [Window manipulation](#user-content-window-manipulation)
- [Text manipulation commands](#user-content-text-manipulation-commands)
- [Spell checking](#user-content-spell-checking)
- [Region selection](#user-content-region-selection)
- [Region narrowing](#user-content-region-narrowing)
- [Auto highlight](#user-content-auto-highlight)
- [Color theme](#user-content-color-theme)
- [UI elements](#user-content-ui-elements)
- [Minor Modes](#user-content-minor-modes)
- [Line formatting](#user-content-line-formatting)
- [Errors handling](#user-content-errors-handling)
- [Project management](#user-content-project-management)
- [Modes](#user-content-modes)
- [Helm](#user-content-helm)
- [Erlang](#user-content-erlang)
- [Ledger](#user-content-ledger)
- [Lisp](#user-content-lisp)
- [Magit](#user-content-magit)
- [Org](#user-content-org)
- [Perforce](#user-content-perforce)
- [Python](#user-content-python)
- [Inferior shell process](#user-content-inferior-shell-process)
- [Testing in Python](#user-content-testing-in-python)
- [Other Python commands](#user-content-other-python-commands)
- [R (ESS)](#user-content-r-ess)
- [Inferior shell process](#user-content-inferior-shell-process-1)
- [Other R commands](#user-content-other-r-commands)
- [rcirc](#user-content-rcirc)
- [And more...](#user-content-and-more)
- [TODO list](#user-content-todo-list)
## Goals
@ -41,7 +59,8 @@ _The best editor is not *Emacs* nor *Vim*, the best editor is
- The ultimate goal for `Spacemacs` is to pack as much stuff as possible while
keeping a "blazingly fast" boot time. Currently `Spacemacs` ships with more
than 120 packages and its load time is approx. 2 seconds.
than 120 packages and its load time is approx. 2 seconds on my Macbook Air
2014.
## Who can benefit from this ?