Closed jpalardy closed 1 year ago
Previously, there was a lot of redundant code to perform configuration lookup.
The logic remains the same, but is now explicitly done in slime#config#resolve as:
slime#config#resolve
b:
g:
g:slime_config_defaults
echoerr
Previously, there was a lot of redundant code to perform configuration lookup.
The logic remains the same, but is now explicitly done in
slime#config#resolve
as:b:
(buffer) config, if it existsg:
(global) config, if it existsg:slime_config_defaults
echoerr
if no default existsDiscussion
b:
-level overrides