seagle0128 / grip-mode

Instant Github-flavored Markdown/Org preview using grip
GNU General Public License v3.0
269 stars 6 forks source link

grip-binary-path or grip-mode-binary-path? #2

Closed StepinSilence closed 5 years ago

StepinSilence commented 5 years ago

I installed grip with option '--user' which caused Emacs could't find grip by itself. So I put this line into my settings following the guideline but it didn't work.

(setq grip-mode-binary-path "/home/stepinslience/.local/bin/grip")

I made a change by replacing grip-mode-binary-path with grip-binary-path and it works.

(setq grip-binary-path "/home/stepinslience/.local/bin/grip")
seagle0128 commented 5 years ago

Thanks! The README has been updated.