Skip to content

Commit

Permalink
Provide feature 'esy from esy.el
Browse files Browse the repository at this point in the history
  • Loading branch information
ManasJayanth committed Nov 15, 2024
1 parent c11d15c commit 6b0e8cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions esy.el
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,5 @@ First checks if file backing the current buffer is a part of an esy project, the
(call-interactively #'esy-menu)
(if (y-or-n-p "You are not in an esy project, would you like to initialize one? ")
(call-interactively #'esy-init)))))

(provide 'esy)

0 comments on commit 6b0e8cc

Please sign in to comment.