rfkm / .emacs.d

My 5G emacs settings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My emacs settings

Requirements

  • Emacs 24.4 or higher
  • Cask

Installation

git clone git@github.com/rkworks/.emacs.d.git
cd .emacs.d
cask install

Running

If you want to keep your .emacs.d and try my settings, run the following command:

emacs -q -l /path/to/.emacs.d/init.el --eval "(run-hooks 'after-init-hook)"

If you use OS X and want to launch GUI client, run the following command:

open /path/to/Emacs.app -n --args -Q -l /path/to/.emacs.d/init.el --eval "(run-hooks 'after-init-hook)"

About

My 5G emacs settings


Languages

Language:Emacs Lisp 98.8%Language:AppleScript 0.6%Language:Ruby 0.3%Language:TeX 0.3%