Skip to content

Instantly share code, notes, and snippets.

@darshanime
Last active June 2, 2017 12:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darshanime/d71376e45fedebbf4ef99bc7d397d245 to your computer and use it in GitHub Desktop.
Save darshanime/d71376e45fedebbf4ef99bc7d397d245 to your computer and use it in GitHub Desktop.
demo gist created from emacs
;; this is a trial gist created from emacs
(set-terminal-coding-system 'utf-8)
(set-keyboard-coding-system 'utf-8)
(set-language-environment 'utf-8)
(set-selection-coding-system 'utf-8)
(setq locale-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