diff options
Diffstat (limited to 'emacs/init.org')
| -rw-r--r-- | emacs/init.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/init.org b/emacs/init.org index a88e3fb..0f6d4b0 100644 --- a/emacs/init.org +++ b/emacs/init.org @@ -633,9 +633,9 @@ I never use the mouse. #+BEGIN_SRC elisp (use-package disable-mouse :ensure t - :diminish :config - (global-disable-mouse-mode)) + (global-disable-mouse-mode) + (setq global-disable-mouse-mode-lighter "")) #+END_SRC Sometimes you begin typing a prefix, but then you forget the following |
