Closed uwabami closed 3 years ago
Thanks! I try to solve this issue via #498. Please try it!
Hmm.
Next error:
Symbol's value as variable is void: leaf--load-file-name
Thanks.
well, then we need (bound-and-true-p leaf--load-file-name)
Merged. Please try it!
It seems fine. Thanks!
From a slack conversation with @conao3
cat init.el
:After byte-compiled, run emacs with the int.elc cause this error: byte-code: Symbol’s function definition is void: leaf-this-file
@conao3 said:
leaf-this-file
should be macro.Thanks.