Skip to content

Commit

Permalink
Explicitly prefer utf8; thanks jmhodges.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Dec 28, 2008
1 parent 5c776d2 commit 9a4a7c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions starter-kit-misc.el
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
(tool-bar-mode -1)
(blink-cursor-mode -1))

(set-terminal-coding-system 'utf-8)
(set-keyboard-coding-system 'utf-8)
(prefer-coding-system 'utf-8)

(setq visible-bell t
font-lock-maximum-decoration t
inhibit-startup-message t
Expand Down

0 comments on commit 9a4a7c2

Please sign in to comment.