6781dfe157
Per discussion in #13164, we have a standard, consistent technique for doing this across any layer. Provided that `global-company-mode` is not set, this works as expected to disable company without requiring custom variables. |
||
---|---|---|
.. | ||
img | ||
packages.el | ||
README.org |
NixOS layer
Description
This layer adds tools for better integration of Emacs in NixOS.
Features:
- Nix-mode using nix-mode
- Auto-completion of NixOS Options using company-nixos-options
- Helm Lookup for NixOS Options helm-nixos-options
Install
Layer
To use this configuration layer, add it to your ~/.spacemacs
. You will need to
add nixos
to the existing dotspacemacs-configuration-layers
list in this
file.
Configuration
On some systems, company-nixos-options
may be very slow. If this is the case,
see the section on disabling the disabling auto-complete for the nixos
layer.
Key bindings
NixOS Options
Key binding | Description |
---|---|
SPC h > |
Call helm-nixos-options |