Dev. Blog isprometheo의 좌충우돌 개발 블로그
Posts with the tag 테이블:

[Emacs] org-mode 한글 테이블

Emacs org-mode에서 테이블을 만들 때 한글이 들어가는 경우 테이블이 깨지는 경우가 발생한다. 이는 영어와 한글의 사이즈가 달라서 발생하는 문제로 폰트 크기를 설정해주면 해결할 수 있다. (set-face-font 'default "Monaco-12") (set-fontset-font "fontset-default" '(#x1100 . #xffdc) '("AppleGothic" . "unicode-bmp")) (setq face-font-rescale-alist '(("AppleGothic" . 1.2))) 기본 폰