Enable xterm mouse mode (for tmux compatibility)

This commit is contained in:
Adam Goldsmith 2023-04-07 23:57:32 -04:00
parent 9a0c0d6244
commit 67f752d714
1 changed files with 4 additions and 0 deletions

View File

@ -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