Skip to content

Commit

Permalink
chore(init): Use dot instead of dash
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Sep 27, 2023
1 parent 63e4044 commit 9d5b1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/init/source.el
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"Convert elisp source FILENAME to Eask."
(let* ((filename (expand-file-name filename))
(file (file-name-nondirectory (eask-root-del filename)))
(new-file (concat "Eask-" (file-name-sans-extension file)))
(new-file (concat "Eask." (file-name-sans-extension file)))
(new-filename (expand-file-name new-file))
(pkg-desc (with-temp-buffer
(insert-file-contents filename)
Expand Down

0 comments on commit 9d5b1ad

Please sign in to comment.