;;; packages.el --- DAP mode functions File for Spacemacs ;; ;; Copyright (c) 2012-2018 Sylvain Benner & Contributors ;; ;; Author: Ivan Yonchovski (yyoncho@gmail.com) ;; URL: https://github.com/syl20bnr/spacemacs ;; ;; This file is not part of GNU Emacs. ;; ;;; License: GPLv3 (defvar spacemacs--dap-supported-modes nil "List of modes supported by DAP.") (defvar dap-enable-mouse-support t "If non-nil, enable `dap-mode''s mouse support.")