summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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