diff options
Diffstat (limited to 'modules/system-defaults.el')
| -rw-r--r-- | modules/system-defaults.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system-defaults.el b/modules/system-defaults.el index c52b3e04..7aa07eee 100644 --- a/modules/system-defaults.el +++ b/modules/system-defaults.el @@ -5,7 +5,6 @@ ;;; Code: - ;; -------------------------- Native Comp Preferences -------------------------- ;; After async compiler starts, set preferences and warning level @@ -142,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) |
