diff options
Diffstat (limited to 'evil-collection.el')
| -rw-r--r-- | evil-collection.el | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/evil-collection.el b/evil-collection.el index 3d68c79..d258912 100644 --- a/evil-collection.el +++ b/evil-collection.el @@ -56,19 +56,6 @@ or evil-collection.") :type 'boolean :group 'evil-collection) -(defcustom evil-collection-setup-debugger-keys t - "Whether to bind debugger keys when debugger is active. - -Debugger in this case is dependent on mode. - -This is only relevant for debug modes that are part of another mode, - -e.g. `indium'. Modes like `edebug' or `realgud' needs to be explicitly disabled - -through removing their entry from `evil-collection-mode-list'." - :type 'boolean - :group 'evil-collection) - (defcustom evil-collection-mode-list `(ag alchemist |
