LoginSignup
38
36

More than 5 years have passed since last update.

Emacs の コピー/ペースト をクリップボードで行う

Last updated at Posted at 2012-12-26

Emacs では コピー/ペースト を独自バッファで行っているため、OSのクリップボードと文字列を共有しない。以下のコードを .emacs に記述することで、Emacs でもクリップボードを使用できる。

(setq x-select-enable-clipboard t)

参考: http://www.emacswiki.org/emacs/CopyAndPaste

38
36
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
38
36