From f5f776ff63f9fd2e84249785b6ae678edb429a30 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Mon, 10 Feb 2025 10:17:58 -0500 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e9c45f6..c0580d8 100644 --- a/README.md +++ b/README.md @@ -627,9 +627,9 @@ To configure `corfu` and `cape`, add the following to `~/.emacs.d/post-init.el`: The **inhibit-mouse** package disables mouse input in Emacs. -This package is useful for users who do not need the mouse: -- To prevent accidental clicks or cursor movements that may unexpectedly change the cursor position. -- To reinforce a keyboard-centric workflow by discouraging reliance on the mouse for navigation. +This package is useful for users who want to disable the mouse to: +- Prevent accidental clicks or cursor movements that may unexpectedly change the cursor position. +- Reinforce a keyboard-centric workflow by discouraging reliance on the mouse for navigation. To configure **inhibit-mouse**, add the following to `~/.emacs.d/post-init.el`: ```emacs-lisp @@ -639,6 +639,8 @@ To configure **inhibit-mouse**, add the following to `~/.emacs.d/post-init.el`: (inhibit-mouse-mode)) ``` +NOTE: `inhibit-mouse-mode` allows users to disable and re-enable mouse functionality, giving them the flexibility to use the mouse when needed. + ### How to configure straight.el? [Add the straight.el bootstrap code](https://github.com/radian-software/straight.el?tab=readme-ov-file#getting-started) to `~/.emacs.d/pre-init.el`: