You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I followed the readme.
make install
failed with this errorI created a 'git' dir in ~/git/oremacs and emacs started
The text was updated successfully, but these errors were encountered: