spacemacs/layers/+tools/node/config.el

16 lines
474 B
EmacsLisp
Raw Normal View History

;;; config.el --- node layer configuration file for Spacemacs.
;;
2018-01-04 07:00:25 +00:00
;; 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.")