/org-emacs

In case one of those upgrades goes horribly wrong..

Primary LanguageEmacs LispApache License 2.0Apache-2.0

Introduction

Minimal (well, subjectively speaking) Emacs config in org-mode.

The real content is in config.org, which would probably be more interesting to read.

This emacs config was set up to run on Mac OS X using the emacs from the very good emacsformacosx.com.

If you want to use this I suggest you do the following:

  • create a emacs-config directory in your $HOME dir.
  • clone this repo in that directory
  • do a symbolic link from the clone to your .emacs.d directory

Features

Here are the things this emacs config gives examples for:

  • clojure support with cider
  • Separating custom.el from the rest of your files.
  • hippie expand
  • upcasing and downcasing
  • Using diminish to clean up a mode-line
  • Adding non-elpa files
  • Using multiple elpa package archives
  • Using color themes and custom fonts
  • removing chrome from the windows
  • very basic helm mode setup
  • magit & git gutter mode
  • paredit and rainbow delimiters
  • using add-hook
  • deft and org-mode
  • emacs on Mac OS X fixes