Browse Source

Fix kill-ring for MSYS2 emacs -nw

pull/15/head
10sr 8 years ago
parent
commit
33da57a24d
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      emacs.el

+ 5
- 1
emacs.el View File

@@ -377,7 +377,11 @@ IF OK-IF-ALREADY-EXISTS is true force download."
(kbd "<pause>") (kbd "<pause>")
(kbd "C-c")) (kbd "C-c"))
'(keyboard-translate [pause] '(keyboard-translate [pause]
(kbd "C-c")p))
(kbd "C-c")p)
;; TODO: move to other place later
(when (not window-system)
(setq interprogram-paste-function nil)
(setq interprogram-cut-function nil)))


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; global keys ;; global keys


Loading…
Cancel
Save