]> git.eshelyaron.com Git - emacs.git/commit
Add Python "*.pth" files to auto-mode-alist
authorStefan Kangas <stefankangas@gmail.com>
Thu, 26 Sep 2024 15:04:31 +0000 (17:04 +0200)
committerEshel Yaron <me@eshelyaron.com>
Fri, 27 Sep 2024 10:23:21 +0000 (12:23 +0200)
commit4019fab6e0aac321680aa39feb390c86335fe65a
tree08e1dd32930d3140517c33026ce567cc1f4c313c
parent2abeb6bf7a9f318b1441f21e5dd06dfa3dfe30b0
Add Python "*.pth" files to auto-mode-alist

* lisp/progmodes/python.el (python--auto-mode-alist-regexp): New
variable.
(auto-mode-alist, python-ts-mode): Use above new variable.

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