nibrahim / Hyde

An Emacs mode to manage Jekyll blogs
http://nibrahim.net.in/2010/11/11/hyde_%3A_an_emacs_mode_for_jekyll_blogs.html
GNU General Public License v3.0
117 stars 28 forks source link

Map not found when using GNU Emacs #21

Open rafadc opened 10 years ago

rafadc commented 10 years ago

I think Hyde is using CommonLisp that is not included in GNU Emacs as described here.

In order to make Hyde work in my emacs installation I had to add the following line to my .emacs

  (eval-when-compile (require 'cl))

Maybe this require can be added to hyde. I'm not very proficient with emacs yet.

If it is not possible maybe a note should be added to installation instructions.

Thanks a lot!

nibrahim commented 10 years ago

I'll test this and make a fix. I'm a little busy now so it might be a week or two before I have time to look at this.

Thanks!

inickey commented 7 years ago

Fixed here