diff options
author | JSDurand <mmemmew@gmail.com> | 2021-06-04 00:37:11 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2021-06-04 00:37:11 +0800 |
commit | 88926c333ec078de572458b69f65dbfded85e39a (patch) | |
tree | 294370ddd8a003beda6c375b155acde7f45765d3 /basic.el | |
parent | 6bcd6713217657ab85173824dafb6a85f36cb45b (diff) |
basic: Preserve system clipboard
Diffstat (limited to 'basic.el')
-rw-r--r-- | basic.el | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ (set 'eval-expression-print-length nil) ;; A value of nil means no limit. (set 'eval-expression-print-level nil) ;; A value of nil means no limit. +;; useful setting for preserving the system clipboards + +(setq save-interprogram-paste-before-kill t) + ;;; Setting the direction of the text can speed things up. (set-default 'bidi-paragraph-direction 'left-to-right) |