You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
8 years ago | |
---|---|---|
elpa | 8 years ago | |
lisp | 8 years ago | |
pkgs | 8 years ago | |
templates | 8 years ago | |
.gitignore | 8 years ago | |
.gitmodules | 8 years ago | |
README | 8 years ago | |
custom.el | 8 years ago | |
init.el | 8 years ago | |
saved-packages | 8 years ago |
README
; By Dashie <dashie@sigpipe.me>
; Works on : Linux / Windows (should)
; 1 - Installation
$ cd $HOME or C:/Users/YourUser/
$ git clone git://dev.sigpipe.me/sysadmin/emacs-d.git .emacs.d
$ cd .emacs.d
$ cd pkgs
$ git clone --depth 1 https://github.com/alexott/ecb/ alexott-ecb
$ tar xzvf cedet_snapshot-rev_8663.tar
$ tar xzvf doxymacs-1.8.0.tar
# On linux cedet should be built with the Makefiles
# On Windows :
$ cd cedet-bzr/trunk/
$ "C:\Program Files (x86)\GNU Emacs 24.3\bin\emacs.exe" -Q -l cedet-build.el -f cedet-build
; 2 - Configuration
ECB Projects are defined in rhaamo-projects.el
Some things are to change in init.el (mostly paths)
; 3 - Install required packages
Start emacs, will probably fail on lot of things
Do a M-x package-install RET
Install 'save-packages'
Then do a M-x install-saved-packages
Should be enough then restart emacs
; Config built on Emacs 24.3.1 on Linux and Windows