abo-abo / oremacs

My Emacs config
https://oremacs.com/
296 stars 33 forks source link

Install - No such file or directory #39

Open dericbytes opened 1 year ago

dericbytes commented 1 year ago

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