larstvei / Focus

Dim the font color of text in surrounding paragraphs
485 stars 16 forks source link

Fix buffer-local variables definition #20

Closed zsxh closed 5 years ago

zsxh commented 5 years ago

make-local-variable in focus.el did not make these variables buffer-local and it may fail focus-init() for the new buffer, use defvar-local should fix it.

larstvei commented 5 years ago

Thanks for contributing!