--- a/.emacs-obsolete Thu Feb 23 00:42:06 2017 +0200
+++ b/.emacs-obsolete Thu Feb 23 07:35:48 2017 +0200
@@ -355,7 +355,7 @@
(global-set-key (kbd "M-X") 'smex))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-(message "ag)
+(message "ag")
(ignore-errors (require 'ag))
@@ -367,6 +367,7 @@
(let ((current-prefix-arg nil)) (ag-regexp regex default-directory))
(ag-project-regexp regex)))
+(setq ag-group-matches t)
(setq ag-highlight-search t)
(when (featurep 'ag)
(global-set-key [f7] 'my/ag))