akirakyle / emacs-webkit

An Emacs Dynamic Module for WebKit, aka a fully fledged browser inside emacs
GNU General Public License v3.0
422 stars 25 forks source link

straight.el recipe #1

Closed progfolio closed 3 years ago

progfolio commented 3 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")))
akirakyle commented 3 years ago

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.