mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix #4268: off-by-one region on double-click
This commit is contained in:
@ -74,9 +74,6 @@ directives. By default, this only recognizes C directives.")
|
|||||||
;; Start help-with-tutorial in emacs state
|
;; Start help-with-tutorial in emacs state
|
||||||
(advice-add #'help-with-tutorial :after (lambda (&rest _) (evil-emacs-state +1)))
|
(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
|
;; Done in a hook to ensure the popup rules load as late as possible
|
||||||
(add-hook! 'doom-init-modules-hook
|
(add-hook! 'doom-init-modules-hook
|
||||||
(defun +evil--init-popup-rules-h ()
|
(defun +evil--init-popup-rules-h ()
|
||||||
|
Reference in New Issue
Block a user