diff --git a/modules/completion/helm/config.el b/modules/completion/helm/config.el index 9a1a0faea..52fc093b1 100644 --- a/modules/completion/helm/config.el +++ b/modules/completion/helm/config.el @@ -103,6 +103,7 @@ If you want to already use git-grep or grep, set this to nil.") ;; `helm-ag' (after! helm-ag + (map! :map helm-ag-edit-map :n "RET" #'compile-goto-error) (define-key helm-ag-edit-map [remap quit-window] #'helm-ag--edit-abort) (set-popup-rule! "^\\*helm-ag-edit" :size 0.35 :ttl 0 :quit nil))