Emacs and Org configuration files
- Emacs Lisp 89.2%
- C 10.7%
| dan | ||
| better-defaults.el | ||
| copy.sh | ||
| dan.el | ||
| init.el | ||
| README.md | ||
My simple emacs configuration.
Requires:
- MELPA
- Better defaults
- Alect themes
- Packages for specific tasks: like RefTeX, AuCTeX, markdown-mode, magit, haskell-mode, ProofGeneral
Here is how it looks (I haven't tweaked the colors yet)
Usually I don't open Magit, markdown and org files at the same time, that's just for showing off
Package installation:
(package-install 'markdown-mode)
(package-install 'ido-vertical-mode)
(package-install 'ido-ubiquitous)
(package-install 'smex)
(package-install 'window-number)
(package-install 'auctex)
(package-install 'flycheck)
(package-install 'flycheck-haskell)
(package-install 'paredit)
(package-install 'god-mode)
