From 67f752d71450523b0b9988b6aabe9ec79222554f Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Fri, 7 Apr 2023 23:57:32 -0400 Subject: [PATCH] Enable xterm mouse mode (for tmux compatibility) --- .emacs.d/init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index a7fca2d..d00663c 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -348,6 +348,10 @@ (insert result)) (apply 'user-error "Error at charater %d: %s" result))))) +(use-package xt-mouse :demand + :config + (xterm-mouse-mode 1)) + ;;;; external packages (required) (use-package auto-package-update :ensure :commands auto-package-update-cli