Created
August 29, 2020 06:48
-
-
Save tiglek/b39590cebaea4b5d3d9c175df2829a4f to your computer and use it in GitHub Desktop.
Ubuntu Emacs 한글 설정 (깨짐 방지): ~/.emacs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(custom-set-variables | |
;;; Language settings | |
;;; UTF-8 | English | Korean | |
'(current-language-environment "UTF-8") | |
;;; Input method (2벌식, 3벌식) | |
;;; korean-hangul | korean-hangul3f | korean-hangul390 | |
'(default-input-method "korean-hangul") | |
;;; Other settings | |
) | |
;;; Optional: 한글 폰트 | |
(set-fontset-font t 'hangul (font-spec :name "NanumBarunGothic")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment