You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each time opening files in emacs, it's being asked for possibly unsafe local variables.
This is due to unclear PEP specification on encoding statement. Emacs think it should be
# -*- coding: utf-8 -*-
while Python accepts any of them, including:
# -*- encoding: utf-8 -*-
The text was updated successfully, but these errors were encountered:
Each time opening files in emacs, it's being asked for possibly unsafe local variables.
This is due to unclear PEP specification on encoding statement. Emacs think it should be
while Python accepts any of them, including:
The text was updated successfully, but these errors were encountered: