]> git.eshelyaron.com Git - emacs.git/commit
Support grep.el better in `python-base-mode`
authorStefan Kangas <stefankangas@gmail.com>
Sat, 29 Jun 2024 19:30:19 +0000 (21:30 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 1 Jul 2024 07:48:48 +0000 (09:48 +0200)
commite9fc6f0b5b0e475898eec604e787505546e666af
treec081728756fccfc7d6ab7b34d859796eca74b46a
parent563c6d8f27928899338ba4068f9f2c0e25b84a95
Support grep.el better in `python-base-mode`

* lisp/progmodes/python.el (python-base-mode): When mode is first
enabled, add *.py alias to 'grep-files-aliases', and add common Python
tooling directories to 'grep-find-ignored-directories'.

(cherry picked from commit bc2e9210bf9f09e69a119ad998e05b2123113b5c)
lisp/progmodes/python.el