Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 569 Bytes

README.md

File metadata and controls

33 lines (28 loc) · 569 Bytes

Description

Emacs configuration file written with org mode. the .el configuration file will be automatically generated at startup.

Installation

Clone it into your home dir:

git clone git://github.com/FabienCesari/.emacs.d
cd ./emacs.d
git submodule init
git submodule update

requires texinfo

then

cd externals/emacs-w3m
autoconf
./configure
make
make install
cd ../haskell-mode
make EMACS=emacs

install SuperCollider emacs interface scel - evaluate in SC:

Quarks.install("https://github.com/supercollider/scel");