-
emacs korean font - 이멕스 한글 폰트Computer/linux 2014. 6. 7. 16:21
edit ~/.emacs, and add the following lines
(when window-system
(set-face-font 'default "-outline-Droid Sans Mono-normal-normal-normal-mono-14-*-*-*-c-*-iso10646-1")
(set-fontset-font "fontset-default" '(#x1100 . #xffdc) '("나눔고딕코딩" . "unicode-bmp")) ;; 유니코드 한글영역
(set-fontset-font "fontset-default" '(#xe0bc . #xf66e) '("나눔굴림" . "unicode-bmp")) ;; 유니코드 사용자 영역
)
(defadvice switch-to-buffer (after activate-input-method activate)
(activate-input-method "korean-hangul"))fonts-namum-* must be installed on the Debian system as
$ aptitude search nanum
i fonts-nanum - Nanum Korean fonts
i fonts-nanum-coding - Nanum Coding fixed width Korean TrueType font
i fonts-nanum-eco - Nanum Eco Korean font
i fonts-nanum-extra - Additional Nanum Korean fonts
i fonts-nanum-gothic-light - Nanum Gothic Light Korean font'Computer > linux' 카테고리의 다른 글
find and remove different ssh host key (0) 2014.07.08 Setup Java 8 on host, in order to use site-wide through network file system (0) 2014.05.28 update-alternative setup for libreoffice (0) 2014.03.21