Emacs-Lisp Bill-Board
ELBB: Emacs-Lisp Bill-Board, a bill-board for emacs-lisp code. more…
ELBB: Emacs-Lisp Bill-Board, a bill-board for emacs-lisp code. more…
Emacs-Lisp pieces of code can already by found on the Emacs Wiki, but ELBB intends to provide yet another way to write and document emacs-lisp code together, the main advantage of ELBB being that you can read and edit its content directly from Emacs.
Andreas Röhler started a thread on emacs-devel and suggested this back in february 2009.
Cloning this repository:
git clone git://gitorious.org/emacs-lisp-bill-board/mainline.git mainline cd mainline
Add this repository as a remote to an existing local repository:
git remote add mainline git://gitorious.org/emacs-lisp-bill-board/mainline.git git fetch mainline git checkout -b my-local-tracking-branch mainline/master_or_other_branch
Professional Gitorious services - Git hosting at your company, custom features, support and more. gitorious.com.
