summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-07-05 00:33:53 +0100
committerjao <jao@gnu.org>2021-07-05 00:33:53 +0100
commitc32e7602b05da3daecf5c487b04f163f5a4bf7e4 (patch)
tree1e9ab72711808195762476945662db8af0ce5015 /init.org
parent5779d68e0dca9b3945883e5c527a3c99ead376bd (diff)
downloadelibs-c32e7602b05da3daecf5c487b04f163f5a4bf7e4.tar.gz
elibs-c32e7602b05da3daecf5c487b04f163f5a4bf7e4.tar.bz2
enabling primary selection for yanking
Diffstat (limited to 'init.org')
-rw-r--r--init.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/init.org b/init.org
index 0a6accb..df56d7a 100644
--- a/init.org
+++ b/init.org
@@ -542,9 +542,9 @@
#+end_src
*** X clipboard
#+BEGIN_SRC emacs-lisp
- (setq x-select-enable-clipboard t
- x-select-enable-primary nil
- x-selection-timeout 100)
+ (setq select-enable-clipboard t
+ select-enable-primary t
+ selection-timeout 100)
#+END_SRC
* Mode line and minibuffer
*** Minibuffer