mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(completion-ignored-extensions): Add file extensions
of Python byte-compiled files.
This commit is contained in:
parent
a1bcf785a0
commit
7c226e4010
2 changed files with 8 additions and 1 deletions
|
|
@ -524,7 +524,9 @@ is okay. See `mode-line-format'.")
|
|||
;; files you do want to see, not just TeX stuff. -- fx
|
||||
".toc" ".aux"
|
||||
".cp" ".fn" ".ky" ".pg" ".tp" ".vr"
|
||||
".cps" ".fns" ".kys" ".pgs" ".tps" ".vrs")))
|
||||
".cps" ".fns" ".kys" ".pgs" ".tps" ".vrs"
|
||||
;; Python byte-compiled
|
||||
".pyc" ".pyo")))
|
||||
|
||||
;; Suffixes used for executables.
|
||||
(setq exec-suffixes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue