about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index c881751..8a17038 100644 --- a/init.el +++ b/init.el
@@ -63,7 +63,7 @@
63 63
64;; Killing & Yanking 64;; Killing & Yanking
65(delete-selection-mode +1) 65(delete-selection-mode +1)
66(acdw/set `((save-interprogram-paste-before-kill t) 66(acdw/set '((save-interprogram-paste-before-kill t)
67 (yank-pop-change-selection t) 67 (yank-pop-change-selection t)
68 (x-select-enable-clipboard t) 68 (x-select-enable-clipboard t)
69 (x-select-enable-primary t) 69 (x-select-enable-primary t)