mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 15:38:29 +00:00
Fixed README
This commit is contained in:
parent
02b651c124
commit
155332a9be
60
README.md
60
README.md
@ -1,31 +1,33 @@
|
|||||||
- [About](#about)
|
- [About](#about)
|
||||||
- [Configurations](#configurations)
|
- [Configurations](#configurations)
|
||||||
- [Meta](#meta)
|
- [Meta](#meta)
|
||||||
- [Package](#package)
|
- [Package](#package)
|
||||||
- [Mac OS X](#mac os x)
|
- [Mac OS X](#mac-os-x)
|
||||||
- [Require](#require)
|
- [Require](#require)
|
||||||
- [Sane defaults](#sane defaults)
|
- [Sane defaults](#sane-defaults)
|
||||||
- [Modes](#modes)
|
- [Modes](#modes)
|
||||||
- [Visual](#visual)
|
- [Visual](#visual)
|
||||||
- [Ido](#ido)
|
- [Ido](#ido)
|
||||||
- [Calendar](#calendar)
|
- [Calendar](#calendar)
|
||||||
- [Mail](#mail)
|
- [Mail](#mail)
|
||||||
- [Flyspell](#flyspell)
|
- [Flyspell](#flyspell)
|
||||||
- [Org](#org)
|
- [Org](#org)
|
||||||
- [Interactive functions](#interactive functions)
|
- [Interactive functions](#interactive-functions)
|
||||||
- [Key bindings](#key bindings)
|
- [Key bindings](#key-bindings)
|
||||||
- [Advice](#advice)
|
- [Advice](#advice)
|
||||||
- [Language mode specific](#language mode specific)
|
- [Language mode specific](#language-mode-specific)
|
||||||
- [Lisp](#lisp)
|
- [Lisp](#lisp)
|
||||||
- [Emacs Lisp](#emacs lisp)
|
- [Emacs Lisp](#emacs-lisp)
|
||||||
- [Common lisp](#common lisp)
|
- [Common lisp](#common-lisp)
|
||||||
- [Scheme](#scheme)
|
- [Scheme](#scheme)
|
||||||
- [Java and C](#java and c)
|
- [Java and C](#java-and-c)
|
||||||
- [Assembler](#assembler)
|
- [Assembler](#assembler)
|
||||||
- [LaTeX](#latex)
|
- [LaTeX](#latex)
|
||||||
- [Python](#python)
|
- [Python](#python)
|
||||||
- [Haskell](#haskell)
|
- [Haskell](#haskell)
|
||||||
- [Matlab](#matlab)
|
- [Matlab](#matlab)
|
||||||
|
|
||||||
|
|
||||||
# About
|
# About
|
||||||
|
|
||||||
This is a Emacs configuration file written in `org-mode`. There are a few
|
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
|
```lisp
|
||||||
(add-to-list 'matlab-shell-command-switches "-nosplash")
|
(add-to-list 'matlab-shell-command-switches "-nosplash")
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user