Bregor / emacs.d

Emacs configuration files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emacs configuration for everyday usage

Disclaimer:

Just a configuration bundle for emacs on OS X. Should work on linux with no improvements but with Inconsolata font installed.

Installation

Prerequisites

  • I assume, you already have a human-like operating system and Emacs (version 24) installed.
  • Install Inconsolata font.
  • Create some useful directories:
$ mkdir -p ~/Dropbox/MobileOrg ~/Documents/org/agenda

Bundle itself

$ git clone git://github.com/Bregor/emacs.d ~/.emacs.d

Restart your Emacs and do the following (ignore errors for now):

M-x el-get install smex
M-x el-get install color-theme-twilight
M-x el-get install textmate
M-x el-get install org-mode

Restart your Emacs again and try to be happy.

Usage

Hey, I’m not going to teach you how to use Emacs, I just gave you a configuration bundle!

Agenda

Put your agenda files to ~/Documents/org/agenda/ with extension .org. E.g. work.org

About

Emacs configuration files.


Languages

Language:Emacs Lisp 100.0%