Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は spacemacs を使用しており、組織モードで会社モードをオフにしようとしましたが、他の主要なモードのままにしました。私は次のことを試しました:
(global-company-mode '(not org-mode))
しかし、それは機能していません。
Spacemacs 構成レイヤー レベルで、次の行を使用して一連のレイヤーのオートコンプリート レイヤーを無効にできますdotspacemacs-configuration-layers(たとえば、org と git の両方でオートコンプリートを無効にします)。
dotspacemacs-configuration-layers
(auto-completion :disabled-for org git)