summaryrefslogtreecommitdiffhomepage
path: root/attic/elisp/misc.el
diff options
context:
space:
mode:
Diffstat (limited to 'attic/elisp/misc.el')
-rw-r--r--attic/elisp/misc.el6
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."