Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jsmestad/emacs_latest

my emacs config, based off defunkt's setup.
https://github.com/jsmestad/emacs_latest

Last synced: 5 days ago
JSON representation

my emacs config, based off defunkt's setup.

Awesome Lists containing this project

README

        

(defun kts (emacs config)
"justin smestad -- [email protected]"

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