diff options
| author | Craig Jennings <c@cjennings.net> | 2025-06-03 14:50:38 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-06-03 14:50:38 -0500 |
| commit | 6a09b767615529c5231bdf514a2c99a558d05b63 (patch) | |
| tree | d21246a288257b115f462db30596105730255435 /modules | |
| parent | 3597aa34fa1098edf2a001c238e228893f0e6f5d (diff) | |
| download | dotemacs-6a09b767615529c5231bdf514a2c99a558d05b63.tar.gz dotemacs-6a09b767615529c5231bdf514a2c99a558d05b63.zip | |
explanatory comment
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/system-utils.el | 3 |
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)) |
