Add the below in .emacs (under your home directory)
;; make emacs use the clipboard
(setq x-select-enable-clipboard t)
(setq interprogram-paste-function ‘x-cut-buffer-or-selection-value)
Add the below in .emacs (under your home directory)
;; make emacs use the clipboard
(setq x-select-enable-clipboard t)
(setq interprogram-paste-function ‘x-cut-buffer-or-selection-value)
