Wilfred / ag.el

An Emacs frontend to The Silver Searcher
http://agel.readthedocs.org/en/latest/
525 stars 61 forks source link

ag-ignore-list buffer local and editable #141

Closed fommil closed 6 years ago

fommil commented 6 years ago

Could you please include these lines?

  (make-variable-buffer-local 'ag-ignore-list)
  (put 'ag-ignore-list 'safe-local-variable #'listp)

This allows per-directory exclusions (something not supported by ag itself https://github.com/ggreer/the_silver_searcher/issues/1181)

Wilfred commented 6 years ago

Would you mind submitting a PR?