Clean up settings in os

This commit is contained in:
Marcus Kammer 2019-11-19 18:26:15 +01:00
parent 602f44ea51
commit e693917767

View file

@ -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)