15 lines
474 B
EmacsLisp
15 lines
474 B
EmacsLisp
;;; config.el --- node layer configuration file for Spacemacs.
|
|
;;
|
|
;; Copyright (c) 2012-2018 Sylvain Benner & Contributors
|
|
;;
|
|
;; Author: Eivind Fonn <evfonn@gmail.com>
|
|
;; URL: https://github.com/syl20bnr/spacemacs
|
|
;;
|
|
;; This file is not part of GNU Emacs.
|
|
;;
|
|
;;; License: GPLv3
|
|
|
|
;; https://github.com/syl20bnr/spacemacs/issues/9047
|
|
(defvar node-add-modules-path nil
|
|
"Set to true to automatically add node modules to the path.
|
|
Note that this may be a security liability.")
|