Browse Source

Merge branch 'dev' of github.com:10sr/dotfiles into dev

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

+ 2
- 1
emacs.el View File

@@ -570,7 +570,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 (setq x-select-enable-clipboard t ; these settings seems to be useless when using emacs in terminal
x-select-enable-primary nil) x-select-enable-primary nil)
(global-set-key "\C-y" 'x-clipboard-yank))
;; (global-set-key "\C-y" 'x-clipboard-yank)
)


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


Loading…
Cancel
Save