All Projects → defunkt → Emacs

defunkt / Emacs

My Emacs config
(defun kts (emacs config)
  "chris wanstrath // [email protected]"

  (git-clone "git://github.com/defunkt/emacs.git")
  (ruby "emacs/install.rb")
  (find-file "emacs/local.el")
  (insert '(load "defunkt"))
  (save-buffer))
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].