Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jsmestad/emacs_latest
- Owner: jsmestad
- Created: 2009-09-29T23:08:52.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2010-07-31T03:57:07.000Z (over 14 years ago)
- Last Synced: 2024-10-10T23:48:10.124Z (26 days ago)
- Language: Emacs Lisp
- Homepage:
- Size: 3.62 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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))