bisceglie / emacs

My Emacs config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(defun kts (emacs config)
  "chris wanstrath // chris@ozmm.org"

  (git-clone "git://github.com/defunkt/emacs.git")
  (ruby "emacs/install.rb")
  (find-file "emacs/local.el")
  (insert '(load "defunkt"))
  (save-buffer))

About

My Emacs config