Browse Source

when windows x-clipboard-yank dont work

pull/1/head
10sr 12 years ago
parent
commit
6a2c9aa556
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      emacs.el

+ 2
- 1
emacs.el View File

@@ -605,7 +605,8 @@ return nil if LIB unfound and downloading failed, otherwise the path of LIB."
)
(setq x-select-enable-clipboard t ; these settings seems to be useless when using emacs in terminal
x-select-enable-primary nil)
(global-set-key "\C-y" 'x-clipboard-yank))
;; (global-set-key "\C-y" 'x-clipboard-yank)
)

;; urlに細かい説明あり。でも設定は上記だけでよさそう
;; http://garin.jp/doc/Linux/xwindow_clipboard


Loading…
Cancel
Save