spacemacs/layers/+tools/dap/config.el
duianto 0a06c7ca6b Fix filenames in layer file headers
Also fixed the groovy/funcs.el header which said: Java
2020-02-20 00:07:30 +01:00

18 lines
446 B
EmacsLisp

;;; config.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.")