Fixed README

This commit is contained in:
larstvei 2014-04-06 19:15:57 +02:00
parent 02b651c124
commit 155332a9be

View File

@ -1,31 +1,33 @@
- [About](#about)
- [Configurations](#configurations)
- [Meta](#meta)
- [Package](#package)
- [Mac OS X](#mac os x)
- [Require](#require)
- [Sane defaults](#sane defaults)
- [Modes](#modes)
- [Visual](#visual)
- [Ido](#ido)
- [Calendar](#calendar)
- [Mail](#mail)
- [Flyspell](#flyspell)
- [Org](#org)
- [Interactive functions](#interactive functions)
- [Key bindings](#key bindings)
- [Advice](#advice)
- [Language mode specific](#language mode specific)
- [Lisp](#lisp)
- [Emacs Lisp](#emacs lisp)
- [Common lisp](#common lisp)
- [Scheme](#scheme)
- [Java and C](#java and c)
- [Assembler](#assembler)
- [LaTeX](#latex)
- [Python](#python)
- [Haskell](#haskell)
- [Matlab](#matlab)
- [About](#about)
- [Configurations](#configurations)
- [Meta](#meta)
- [Package](#package)
- [Mac OS X](#mac-os-x)
- [Require](#require)
- [Sane defaults](#sane-defaults)
- [Modes](#modes)
- [Visual](#visual)
- [Ido](#ido)
- [Calendar](#calendar)
- [Mail](#mail)
- [Flyspell](#flyspell)
- [Org](#org)
- [Interactive functions](#interactive-functions)
- [Key bindings](#key-bindings)
- [Advice](#advice)
- [Language mode specific](#language-mode-specific)
- [Lisp](#lisp)
- [Emacs Lisp](#emacs-lisp)
- [Common lisp](#common-lisp)
- [Scheme](#scheme)
- [Java and C](#java-and-c)
- [Assembler](#assembler)
- [LaTeX](#latex)
- [Python](#python)
- [Haskell](#haskell)
- [Matlab](#matlab)
# About
This is a Emacs configuration file written in `org-mode`. There are a few
@ -983,5 +985,3 @@ need to let `.m`-files be associated with `octave-mode`.
```lisp
(add-to-list 'matlab-shell-command-switches "-nosplash")
```