Skip to content

Instantly share code, notes, and snippets.

@fredrik
Created April 16, 2009 09:24
Show Gist options
  • Save fredrik/96331 to your computer and use it in GitHub Desktop.
Save fredrik/96331 to your computer and use it in GitHub Desktop.
; emacsen UTF-8 glory
(setq locale-coding-system 'utf-8)
(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