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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue