Emacs and Org configuration files
  • Emacs Lisp 89.2%
  • C 10.7%
Find a file
2016-01-30 12:07:15 +01:00
dan update all the stuff 2016-01-30 12:07:15 +01:00
better-defaults.el update all the stuff 2016-01-30 12:07:15 +01:00
copy.sh New update 2014-05-25 15:24:56 +04:00
dan.el update all the stuff 2016-01-30 12:07:15 +01:00
init.el update all the stuff 2016-01-30 12:07:15 +01:00
README.md Add god-mode 2015-05-24 23:06:10 +02:00

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)