From 32068d98936815142955490366dd54d954b08685 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Tue, 22 Sep 2026 22:04:51 +0200 Subject: Delete legacy snippets. Disable terminal mouse by default --- .emacs | 3 +++ 1 file changed, 3 insertions(+) (limited to '.emacs') diff --git a/.emacs b/.emacs index b89bcb7..50d6ae0 100644 --- a/.emacs +++ b/.emacs @@ -105,6 +105,9 @@ (setq split-height-threshold nil) (setq split-width-threshold 160) +;; disable terminal mouse by default +(xterm-mouse-mode -1) + ;; Programming section -- cgit v1.3