diff options
author | jao <jao@gnu.org> | 2024-03-12 00:56:21 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2024-03-12 00:58:26 +0000 |
commit | a3a3c31a41b7b86ce2e4f6b22a8e5abe086dfdf2 (patch) | |
tree | bf11976256aff4271b75920b61da3264ca927943 /attic/elisp | |
parent | 40c7fa06457ad2bf1e3d7593507241c891960466 (diff) | |
download | elibs-a3a3c31a41b7b86ce2e4f6b22a8e5abe086dfdf2.tar.gz elibs-a3a3c31a41b7b86ce2e4f6b22a8e5abe086dfdf2.tar.bz2 |
unused package: disable-mouse
Diffstat (limited to 'attic/elisp')
-rw-r--r-- | attic/elisp/misc.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/attic/elisp/misc.el b/attic/elisp/misc.el index 482f68a..d9414e9 100644 --- a/attic/elisp/misc.el +++ b/attic/elisp/misc.el @@ -807,6 +807,12 @@ (next-error . pulsar-pulse-line))) (pulsar-global-mode 1) +;;;; mouse +(use-package disable-mouse + :ensure t + :diminish ((disable-mouse-global-mode . ""))) + +(global-disable-mouse-mode) ;;; snippets (defun jao-org-notes-open-tags () "Search for a note file, matching all tags with completion." |