3908fc752b
- Disable it with `dap-enable-mouse-support`
13 lines
366 B
EmacsLisp
13 lines
366 B
EmacsLisp
;;; 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 dap-enable-mouse-support t
|
|
"If non-nil, enable `dap-mode''s mouse support.")
|