Closed zsxh closed 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.
Thanks for contributing!
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.