summaryrefslogtreecommitdiff
path: root/modules/system-utils.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system-utils.el')
-rw-r--r--modules/system-utils.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/system-utils.el b/modules/system-utils.el
index aa00ac1a3..e76cd54c4 100644
--- a/modules/system-utils.el
+++ b/modules/system-utils.el
@@ -5,6 +5,9 @@
;;; Code:
+;; ------------------------------- Disable Mouse -------------------------------
+;; prevents accidental mouse moves resulting in modifying unwanted text
+
(use-package disable-mouse
:config
(global-disable-mouse-mode))