d4a27babf6
On some Nix setups, company completion via the Nix repl process can be extremely slow and hang emacs. This commit adds an option toggle to disable it in the `nixos` layer. The default behavior is unchanged. Also updates the comment and license headers to be consistent with other layers.
14 lines
379 B
EmacsLisp
14 lines
379 B
EmacsLisp
;;; config.el --- NixOS Layer configuration File for Spacemacs
|
|
;;
|
|
;; Copyright (c) 2015-2020 Sylvain Benner & Contributors
|
|
;;
|
|
;; Author: Sylvain Benner <sylvain.benner@gmail.com>
|
|
;; URL: https://github.com/syl20bnr/spacemacs
|
|
;;
|
|
;; This file is not part of GNU Emacs.
|
|
;;
|
|
;;; License: GPLv3
|
|
|
|
|
|
(defvar nixos-enable-company t
|
|
"Enable company completion via company-nixos-options")
|