Skip to content

Commit

Permalink
Fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Mar 15, 2022
1 parent 871097b commit 286fa96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lisp/install.el
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
(load-file (expand-file-name "_prepare.el" (file-name-directory (car (last command-line-args)))))

(eask-start
(package-initialize)
(package-refresh-contents)
(if-let* ((name (elt argv 0)) (name (intern name)))
;; If package [name] are specified, we try to install it
(package-install name)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emacs-eask/eask",
"version": "0.1.0",
"version": "0.1.1",
"description": "Emacs package command-line tool",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 286fa96

Please sign in to comment.