Fork me on GitHub
#emacs
<
2022-01-30
>
lilactown06:01:51

anyone know how to properly modify a spacemacs layer locally that is provided by default?

Ben Sless06:01:50

Do you want to modify variables it provides or something else?

lilactown06:01:49

I suppose I could figure out the right place in the lifecycle to modify it externally

anonimitoraf07:01:57

add-to-list in your custom scripts section?

Ben Sless07:01:07

with the risk of modifying private vars

lilactown16:01:24

I remembered that all these built in layers are kept in source control locally. so I just modified it and will rebase it on top of changes in the future