diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/system-defaults.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/system-defaults.el b/modules/system-defaults.el index 4f335a92..7aa07eee 100644 --- a/modules/system-defaults.el +++ b/modules/system-defaults.el @@ -141,6 +141,7 @@ Return non-nil to indicate the warning was handled." ;; disabling mouse prevents accidental mouse moves modifying text (use-package inhibit-mouse + :demand t ;; run immediately :hook (after-init . inhibit-mouse-mode) :custom (inhibit-mouse-adjust-mouse-highlight t) |
