Closed progfolio closed 4 years ago
This should be enough to get started (assuming the user is on the "develop" branch of straight.el):
(straight-use-package '(webkit :type git :host github :repo "akirakyle/emacs-webkit" :branch "main" :files (:defaults "*.js" "*.css") :build ("make")))
Wow this is great! I've been waiting for straight to add custom build commands for awhile now. I'll go ahead and add this to the readme.
This should be enough to get started (assuming the user is on the "develop" branch of straight.el):