diff --git a/bundle/os.el b/bundle/os.el index 3ce5416b..d36b115a 100644 --- a/bundle/os.el +++ b/bundle/os.el @@ -17,8 +17,12 @@ (setq python-shell-interpreter "ipython"))) (when (eq system-type 'gnu/linux) - (setq slime-lisp-implementations '((sbcl ("/usr/bin/sbcl")))) - (setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3") + (setq x-select-enable-clipboard t + x-select-request-type '(UTF8_STRING COMPOUND_TEXT TEXT STRING) + x-select-enable-primary t + undo-tree-enable-undo-in-region nil + slime-lisp-implementations '((sbcl ("/usr/bin/sbcl"))) + gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3") (when (string= (system-name) "XPS-13-9380"))) (provide 'os)