1. ~/.emacs 파일을 만들거나 편집합니다.
2. 다음 두 줄 추가합니다.
(setq x-select-enable-clipboard t) (setq interprogram-paste-function 'x-cut-buffer-or-selection-value)
3. C-y 로 클립보드 붙여넣기 (한글은 안됨)
1. ~/.emacs 파일을 만들거나 편집합니다.
2. 다음 두 줄 추가합니다.
(setq x-select-enable-clipboard t) (setq interprogram-paste-function 'x-cut-buffer-or-selection-value)
3. C-y 로 클립보드 붙여넣기 (한글은 안됨)