Open kchanqvq opened 1 week ago
Currently, symbol highlighting are computed in unspecified package.
We should use (current-package) (which searches for in-package top-level from). Is there a way to use it for every symbol in their computed attribute without too much cost?
(current-package)
in-package
Currently, symbol highlighting are computed in unspecified package.
We should use
(current-package)
(which searches forin-package
top-level from). Is there a way to use it for every symbol in their computed attribute without too much cost?