summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-12-21 22:53:07 -0600
committerCase Duckworth2020-12-21 22:53:07 -0600
commit581fb015dc23ba1318a0eef79f9cba0fc4ff6a9a (patch)
tree84c38637cbe71ff50dfd8a17af1a92e6e3e90f8b /config.org
parentComment on margin scrolling (diff)
downloademacs-581fb015dc23ba1318a0eef79f9cba0fc4ff6a9a.tar.gz
emacs-581fb015dc23ba1318a0eef79f9cba0fc4ff6a9a.zip
Sync kill ring and clipboard
Diffstat (limited to 'config.org')
-rw-r--r--config.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.org b/config.org index 0ed8e10..f41c24b 100644 --- a/config.org +++ b/config.org
@@ -733,6 +733,12 @@ This is not /quite/ correct yet. For example, scrolling in the margins with a t
733 (cuss save-interprogram-paste-before-kill t) 733 (cuss save-interprogram-paste-before-kill t)
734#+end_src 734#+end_src
735 735
736*** Sync the system clipboard and the kill ring
737
738#+begin_src emacs-lisp
739 (cuss yank-pop-change-selection t)
740#+end_src
741
736** So long mode 742** So long mode
737 743
738#+begin_src emacs-lisp 744#+begin_src emacs-lisp