Use setq instead of setq!.

Signed-off-by: Johan Thoren <johan@thoren.xyz>
This commit is contained in:
Johan Thoren 2021-02-28 00:18:00 +01:00
parent ca673a437c
commit 1a3c3ddf34
No known key found for this signature in database
GPG key ID: C8808B69584976F6

View file

@ -33,17 +33,14 @@
racket-mode
hy-mode) . parinfer-rust-mode)
:init
(setq! parinfer-rust-library
(setq parinfer-rust-library
(concat user-emacs-directory
".local/etc/parinfer-rust/"
(cond ((eq system-type 'darwin) "parinfer-rust-darwin.so")
((eq system-type 'gnu/linux) "parinfer-rust-linux.so")
((eq system-type 'windows-nt) "parinfer-rust-windows.dll")
((eq system-type 'berkeley-unix) "libparinfer_rust.so")))
parinfer-rust-auto-download
(if (eq system-type 'berkeley-unix)
nil
t))
((eq system-type 'berkeley-unix) "libparinfer_rust.so"))))
(setq parinfer-rust-auto-download (if (eq system-type 'berkeley-unix) nil t))
:config
(map! :map parinfer-rust-mode-map
:localleader