summaryrefslogtreecommitdiff
path: root/init/km-general.el
diff options
context:
space:
mode:
Diffstat (limited to 'init/km-general.el')
-rw-r--r--init/km-general.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init/km-general.el b/init/km-general.el
index 5e945d7..f7dc421 100644
--- a/init/km-general.el
+++ b/init/km-general.el
@@ -25,3 +25,6 @@
(cons '("\\.md$" . markdown-mode) auto-mode-alist))
(setq auto-mode-alist
(cons '("\\.markdown$" . markdown-mode) auto-mode-alist))
+
+(setq x-select-enable-clipboard t)
+(setq interprogram-paste-function 'x-cut-buffer-or-selection-value)