spacemacs/contrib/perspectives/config.el
syl20bnr 834c0aea4f Rename variable with with more conventional enable
Also use `:if` use-package keyword.
2015-03-15 00:34:57 -04:00

10 lines
298 B
EmacsLisp

;;; config.el --- Git Layer configuration File for Spacemacs
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
;; Variables
(defvar perspective-enable-persp-projectile nil
"If non nil the helm-projectile-swtich-project command will create a new perspective for each new project.")