diff options
| author | jao <jao@gnu.org> | 2022-08-25 05:41:54 +0100 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2022-08-25 05:41:54 +0100 |
| commit | 6545b1be6123610d23f99e7d520bbc095cbaf715 (patch) | |
| tree | 7b5ea2c94168710298c0ce395dccb9b47c090076 | |
| parent | 91787db2d3ae9cea313aaaaaf34876e06a57abbb (diff) | |
| download | elibs-6545b1be6123610d23f99e7d520bbc095cbaf715.tar.gz elibs-6545b1be6123610d23f99e7d520bbc095cbaf715.tar.bz2 | |
diminish for disable-mouse global mode
| -rw-r--r-- | init.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -517,7 +517,8 @@ ;;;; mouse (use-package disable-mouse - :ensure t) + :ensure t + :diminish ((disable-mouse-global-mode . ""))) (global-disable-mouse-mode) |
