Skip to content

Instantly share code, notes, and snippets.

@augustl
Created October 21, 2008 07:55
Show Gist options
  • Select an option

  • Save augustl/18266 to your computer and use it in GitHub Desktop.

Select an option

Save augustl/18266 to your computer and use it in GitHub Desktop.
;; UTF-8
(require 'un-define "un-define" t)
(set-buffer-file-coding-system 'utf-8 'utf-8-unix)
(set-default buffer-file-coding-system 'utf-8-unix)
(set-default-coding-systems 'utf-8-unix)
(prefer-coding-system 'utf-8-unix)
(set-default default-buffer-file-coding-system 'utf-8-unix)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment