如何排除 spacemacs 中的一个层?

How to exclude a layer in spacemacs?

我不想启用Spacemacs中的某些层,选择不安装,例如python层被注释掉:

   dotspacemacs-configuration-layers
   '(
     ;; python
     rust

但是,每次我打开 python 文件时,它都会询问我

Support for python-mode requires installation of layer python, do you want to install it? (y or n) n [2 times]

我不得不一直拒绝它,这有点烦人。

有没有办法排除这些层并使此类通知静音?

我也运行喜欢这个(python层也让我很烦哈哈)。

在我的 .spacemacs 中更改这些设置使其安静下来:

   dotspacemacs-enable-lazy-installation nil
   dotspacemacs-ask-for-lazy-installation nil