Skip to content

Commit

Permalink
fix(parinfer): ensure that the directory exits (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 21, 2023
1 parent 95f2637 commit 620cd92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/me-emacs-lisp.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

;;; Code:

(defconst +parinfer-rust-path (concat minemacs-local-dir "parinfer-rust/"))
(defconst +parinfer-rust-path (+directory-ensure minemacs-local-dir "parinfer-rust/"))

(use-package parinfer-rust-mode
:straight t
Expand Down

0 comments on commit 620cd92

Please sign in to comment.