aaronbieber / dotfiles

The skeleton of my wonderful *NIX home folders and scripts.
309 stars 46 forks source link

Issue with emacs after linkall (ubuntu 15.04 64bit) #1

Closed nedzadk closed 9 years ago

nedzadk commented 9 years ago

hp5225

Once i comment octopress in .emacs i get another error similar to this but just different package. What am i doing wrong

aaronbieber commented 9 years ago

This repo is my personal configuration files, which are in a constant state of change. I can't make any guarantees that this package will even work for anyone else most of the time.

As it says, it can't find a particular file because I am working on developing that new mode and so it lives in its own repo for now. Follow the suggestion and start Emacs with --debug-init to track down where the offending statement is and comment it out.

nedzadk commented 9 years ago

don't take this the wrong way, i was watching your video about emacs and decided to give it a shot :) so i figured i should try your dotfile :) I will try to make it work... :)

aaronbieber commented 9 years ago

The Emacs part should work fine on Emacs 25 once you comment out the octopress reference. I'm going to be moving that out of dotfiles soon anyway.

Good luck!