Fix typo. Add promising but not worked option.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 23 Feb 2017 07:35:48 +0200
changeset 1495 d76487c37e61
parent 1494 874f705f7be4
child 1496 4b336f352950
Fix typo. Add promising but not worked option.
.emacs-obsolete
--- 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))