seanfisk / emacs-prelude

My Emacs configuration based on Emacs Prelude

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sean’s Emacs Configuration

DEPRECATED: See Combootcha for my new configuration, including Emacs!

This is my configuration for Editor MACroS, also known as Emacs, the world’s greatest text editor. It is based upon Emacs Prelude by Bozhidar Batsov.

Compatibility

Much like Emacs Prelude, my Emacs configuration is compatible only with GNU Emacs 24.x.

Focus

This configuration is aimed toward the following tasks:

  • Python programming (with elpy)
  • C/C++ coding (assisted by auto-complete-clang)
  • LaTeX composition (with AUCTeX)
  • Emacs Lisp programming
  • Shell scripting

Visual

The beautiful Inconsolata font will be used if it is present. Otherwise, the default is Monospace. To install Inconsolata on Debian/Ubuntu, simply install the ttf-inconsolata package or levien-inconsolata-fonts on Fedora. On Mac OS X, drag the open type file into your fonts folder.

The Solarized Dark theme is enabled by default.

Todo

This repository is updated frequently. I keep a list of features to add in notes/todo.org.

About

My Emacs configuration based on Emacs Prelude


Languages

Language:Emacs Lisp 88.2%Language:Python 6.3%Language:Shell 3.6%Language:YASnippet 2.0%