Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Latest commit

 

History

History
37 lines (26 loc) · 1.43 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.43 KB

Introduction

This is the Emacs configuration that Alex Payne (@al3x) uses. It's not a "starter kit" or "configuration framework" or anything like that.

Overview

  • Packages are managed with Cask and Pallet.
  • Works on Mac OS X. I install Emacs on OS X via Homebrew.
  • Previously worked on Linux (Emacs 23 GTK on Ubuntu), but not actively maintained for Linux.
  • Has some useful accommodations for Dvorak typists, such as C-t being mapped to C-x, and being able to C-x c (actually C-t c) to do a M-x.
    • Note that all of the above are way more comfortable if you set caps lock to act as ctrl.
  • Assumes that you want to use Emacs for editing text and code and not much more. No email, IRC, web browsing, Org mode craziness, etc.

Supported Syntaxes

Beyond what Emacs supports out of the box:

  • Clojure
  • Go
  • Scala
  • Haskell
  • CoffeeScript
  • Markdown
  • YAML

...and some others. See the Caskfile for the whole gamut.

Additional Modes and Tweaks

  • Magit – integration with the Git VCS
  • ag – a nice interface to The Silver Searcher, which supercedes grep and ack
  • defaults to the Solarized dark theme

Inspiration