1. how to enable UTF-8 encoding
In order to be able to use Unicode characters (in strings or comments) in your init file, visit the init file, then invoke the commandadd-file-local-variable-prop-line
to add the file local variable coding
with utf-8
as its value.M-x add-file-local-variable-prop-line RET coding RET utf-8 RET
=> ;;; -*- coding: utf-8; -*-
No comments:
Post a Comment