summaryrefslogtreecommitdiffhomepage
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
parent5779d68e0dca9b3945883e5c527a3c99ead376bd (diff)
downloadelibs-c32e7602b05da3daecf5c487b04f163f5a4bf7e4.tar.gz
elibs-c32e7602b05da3daecf5c487b04f163f5a4bf7e4.tar.bz2
enabling primary selection for yanking
-rw-r--r--.gitignore1
-rw-r--r--init.org6
2 files changed, 4 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 2599c81..7da9122 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@
/lib/net/signel.el
/lib/net/signel.shell
/w3m.el
+/notmuch.el
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