Skip to content

Instantly share code, notes, and snippets.

@laat
Created June 12, 2015 08:07
Show Gist options
  • Save laat/32b245e7ec0aad435596 to your computer and use it in GitHub Desktop.
Save laat/32b245e7ec0aad435596 to your computer and use it in GitHub Desktop.
utf8.el
;; UTF-8 everything!
(set-terminal-coding-system 'utf-8)
(set-keyboard-coding-system 'utf-8)
(set-selection-coding-system 'utf-8)
(prefer-coding-system 'utf-8)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment