Clean up settings in os
This commit is contained in:
parent
602f44ea51
commit
e693917767
1 changed files with 6 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue