Use setq
instead of setq!
.
Signed-off-by: Johan Thoren <johan@thoren.xyz>
This commit is contained in:
parent
ca673a437c
commit
1a3c3ddf34
1 changed files with 8 additions and 11 deletions
|
@ -33,17 +33,14 @@
|
||||||
racket-mode
|
racket-mode
|
||||||
hy-mode) . parinfer-rust-mode)
|
hy-mode) . parinfer-rust-mode)
|
||||||
:init
|
:init
|
||||||
(setq! parinfer-rust-library
|
(setq parinfer-rust-library
|
||||||
(concat user-emacs-directory
|
(concat user-emacs-directory
|
||||||
".local/etc/parinfer-rust/"
|
".local/etc/parinfer-rust/"
|
||||||
(cond ((eq system-type 'darwin) "parinfer-rust-darwin.so")
|
(cond ((eq system-type 'darwin) "parinfer-rust-darwin.so")
|
||||||
((eq system-type 'gnu/linux) "parinfer-rust-linux.so")
|
((eq system-type 'gnu/linux) "parinfer-rust-linux.so")
|
||||||
((eq system-type 'windows-nt) "parinfer-rust-windows.dll")
|
((eq system-type 'windows-nt) "parinfer-rust-windows.dll")
|
||||||
((eq system-type 'berkeley-unix) "libparinfer_rust.so")))
|
((eq system-type 'berkeley-unix) "libparinfer_rust.so"))))
|
||||||
parinfer-rust-auto-download
|
(setq parinfer-rust-auto-download (if (eq system-type 'berkeley-unix) nil t))
|
||||||
(if (eq system-type 'berkeley-unix)
|
|
||||||
nil
|
|
||||||
t))
|
|
||||||
:config
|
:config
|
||||||
(map! :map parinfer-rust-mode-map
|
(map! :map parinfer-rust-mode-map
|
||||||
:localleader
|
:localleader
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue