diff --git a/modules/ui/doom-dashboard/config.el b/modules/ui/doom-dashboard/config.el index f469ebc89..070737e97 100644 --- a/modules/ui/doom-dashboard/config.el +++ b/modules/ui/doom-dashboard/config.el @@ -93,6 +93,10 @@ Possible values: (defun +doom-dashboard|reposition-point () "Trap the point in the buttons." + (when (region-active-p) + (deactivate-mark t) + (when (bound-and-true-p evil-mode) + (evil-change-to-previous-state))) (or (ignore-errors (if (button-at (point)) (forward-button 0)