Skip to content

Instantly share code, notes, and snippets.

@dhaley
Created June 11, 2014 17:21
Show Gist options
  • Save dhaley/346c12f8f00cbe637d66 to your computer and use it in GitHub Desktop.
Save dhaley/346c12f8f00cbe637d66 to your computer and use it in GitHub Desktop.
unicode font
;;;_ , mule
(use-package mule
:init
(progn
(prefer-coding-system 'utf-8)
(set-terminal-coding-system 'utf-8)
(setq x-select-request-type '(UTF8_STRING COMPOUND_TEXT TEXT STRING))
(set-fontset-font t 'unicode "Symbola" nil 'prepend)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment