From cd5108e7b25fb6fa78875ef5f27dc9c04d7b6f77 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Fri, 22 Jul 2016 09:21:21 +1000 Subject: [PATCH] xterm mouse support --- lisp/my-minor-modes.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/my-minor-modes.el b/lisp/my-minor-modes.el index e4dbe1e..41491df 100644 --- a/lisp/my-minor-modes.el +++ b/lisp/my-minor-modes.el @@ -22,6 +22,9 @@ (require 'multiple-cursors) +(require 'xt-mouse) +(xterm-mouse-mode) + (require 'yasnippet) (setq yas-snippet-dirs '("~/.emacs.d/snippets")) (yas-global-mode 1) -- 2.39.2