Use easier to read line break.
Signed-off-by: Johan Thoren <johan@thoren.xyz>
This commit is contained in:
parent
1a3c3ddf34
commit
96ba4b0b38
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
(unless (fboundp 'module-load)
|
||||
(warn! "Your emacs wasn't built with dynamic modules support. `parinfer-rust-mode' won't work"))
|
||||
(when (and (eq system-type 'berkeley-unix)
|
||||
(not (file-readable-p
|
||||
(concat user-emacs-directory ".local/etc/parinfer-rust/libparinfer_rust.so"))))
|
||||
(not (file-readable-p (concat user-emacs-directory
|
||||
".local/etc/parinfer-rust/libparinfer_rust.so"))))
|
||||
(warn! (concat "Could not read " user-emacs-directory
|
||||
".local/etc/parinfer-rust/libparinfer_rust.so. "
|
||||
"`parinfer-rust-mode' won't work"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue