Guest User

Untitled

a guest
May 15th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lisp 0.51 KB | None | 0 0
  1.     (add-to-list 'default-frame-alist '(font . "Bitstream Vera Sans Mono"))
  2.     (add-hook 'after-make-frame-functions
  3.                   (lambda (frame)
  4.                     (with-selected-frame frame
  5.                       (set-fontset-font "fontset-default" '(#x1100 . #xffdc)
  6.                                         '("UnBom" . "iso10646-1"))
  7.                       (set-fontset-font "fontset-default" '(#xe0bc . #xf66e)
  8.                                         '("UnBom" . "iso10646-1"))
  9.                       )))
Add Comment
Please, Sign In to add comment