From a14fb64c0c71a6c9d4df07d4d3a01d9916c6a2c0 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 14 Nov 2020 13:58:57 -0500 Subject: [PATCH] Fix #4268: off-by-one region on double-click --- modules/editor/evil/config.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/editor/evil/config.el b/modules/editor/evil/config.el index 8e2eeb0bb..f51455db5 100644 --- a/modules/editor/evil/config.el +++ b/modules/editor/evil/config.el @@ -74,9 +74,6 @@ directives. By default, this only recognizes C directives.") ;; Start help-with-tutorial in emacs state (advice-add #'help-with-tutorial :after (lambda (&rest _) (evil-emacs-state +1))) - ;; Allows you to click buttons without initiating a selection - (define-key evil-motion-state-map [down-mouse-1] nil) - ;; Done in a hook to ensure the popup rules load as late as possible (add-hook! 'doom-init-modules-hook (defun +evil--init-popup-rules-h ()