summaryrefslogtreecommitdiff
path: root/modules/system-utils.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-06-03 14:50:38 -0500
committerCraig Jennings <c@cjennings.net>2025-06-03 14:50:38 -0500
commit6a09b767615529c5231bdf514a2c99a558d05b63 (patch)
treed21246a288257b115f462db30596105730255435 /modules/system-utils.el
parent3597aa34fa1098edf2a001c238e228893f0e6f5d (diff)
downloaddotemacs-6a09b767615529c5231bdf514a2c99a558d05b63.tar.gz
dotemacs-6a09b767615529c5231bdf514a2c99a558d05b63.zip
explanatory comment
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 aa00ac1a..e76cd54c 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))