Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
Signed-off-by: Psionik K <[email protected]>
  • Loading branch information
psionic-k committed Oct 20, 2023
1 parent 4ce99b2 commit 7cb04b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/erk.el
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ to clone from within the fork."

(defcustom erk-replace-package-prefix
(lm-with-file (buffer-file-name)
(car (string-split (lm-get-package-name) "\\.")))
(car (split-string (lm-get-package-name) "\\.")))
"The prefix is used to features and file names."
:group 'erk
:type 'string)
Expand Down

0 comments on commit 7cb04b5

Please sign in to comment.