Hyde icon indicating copy to clipboard operation
Hyde copied to clipboard

Hyde won't start if current buffer has no file name

Open davep opened this issue 7 years ago • 0 comments

If you start hyde from a buffer where buffer-file-name returns nil you get the following error:

abbreviate-file-name: Wrong type argument: stringp, nil

The problem seems to be in hyde/ask-for-jekyll-root. Perhaps (or (buffer-file-name) "") would make more sense than (buffer-file-name)?

davep avatar Nov 02 '16 15:11 davep