Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b8c05636
Commit
b8c05636
authored
Aug 08, 2023
by
Stefan Kangas
Browse files
; Fix typo
parent
62e990db
Pipeline
#25784
failed with stages
in 45 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/progmodes/python.el
lisp/progmodes/python.el
+1
-1
No files found.
lisp/progmodes/python.el
View file @
b8c05636
...
...
@@ -6913,7 +6913,7 @@ implementations: `python-mode' and `python-ts-mode'."
;;;###autoload
(add-to-list 'auto-mode-alist
'(
'
"/\\(?:Pipfile\\|\\.?flake8\\
)
\\
'
"
.
conf-mode
))
'("/\\(?:Pipfile\\|\\.?flake8\\
)
\\
'
"
.
conf-mode
))
(
provide
'python
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment