abo-abo/oremacs

Install - No such file or directory

Opened this issue · 0 comments

I followed the readme. make install failed with this error

cd /home/bangmyhead/git/oremacs && emacs -batch -l packages.el 2>&1 | tee -a etc/log
Debugger entered--Lisp error: (file-missing "Opening directory" "No such file or directory" "/home/bangmyhead/git/oremacs/git")

I created a 'git' dir in ~/git/oremacs and emacs started

mkdir ~/git
cd ~/git
git clone https://github.com/abo-abo/oremacs
cd oremacs
mkdir git
make install