Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bastos/emacs.d-old
My Emacs Config
https://github.com/bastos/emacs.d-old
Last synced: about 1 month ago
JSON representation
My Emacs Config
- Host: GitHub
- URL: https://github.com/bastos/emacs.d-old
- Owner: bastos
- Created: 2008-10-14T05:40:24.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2012-08-21T13:50:12.000Z (over 12 years ago)
- Last Synced: 2023-04-11T19:34:12.567Z (almost 2 years ago)
- Language: Emacs Lisp
- Homepage:
- Size: 3.24 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
My .emacs.d configs!
=============In my ~.emacs:
=========(add-to-list 'load-path "~/.emacs.d")
(load "bastos")In my ~/.emacs.d/local.el:
===============(setq twittering-username "login")
(setq twittering-password "password")js2.el
======You have to compile the js2.el:
emacs --batch --eval '(byte-compile-file "js2.el")'
more on: http://code.google.com/p/js2-mode/issues/detail?id=68