Skip to content

Commit

Permalink
close #141 (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
fommil authored and Wilfred committed Jan 2, 2018
1 parent 8e547fc commit d00aa65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ag.el
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ If set to nil, fall back to finding VCS root directories."
"A list of patterns for files/directories to ignore when searching."
:type '(repeat (string))
:group 'ag)
(make-variable-buffer-local 'ag-ignore-list)
(put 'ag-ignore-list 'safe-local-variable #'listp)

(require 'compile)

Expand Down

0 comments on commit d00aa65

Please sign in to comment.