Change Emacs Default Coding System

后端 未结 7 1464
-上瘾入骨i
-上瘾入骨i 2021-02-01 17:44

My problem stems from Emacs inserting the coding system headers into source files containing non-ascii characters:

# -*- coding: utf-8 -*-

My c

7条回答
  •  耶瑟儿~
    2021-02-01 18:48

    By default, Emacs will not write file variables into your files. You must have asked it to do so somewhere in your .emacs. Try running emacs -q and see if the file variables get inserted.

提交回复
热议问题