A simple hosting service for single-file scripts.
You can install the kelp emacs client by evaluating these expressions:
(url-copy-file "https://kelp.krzysckh.org/api/?get=kelp.el" "/tmp/kelp.el")
(load "/tmp/kelp.el")
(kelp/refresh)
(kelp/install 'kelp.el)
Note: you will need dash
, f
, request
, and url
libraries installed in your emacs.
To use kelp, put this somewhere in your emacs init file:
(add-to-list 'load-path "~/.emacs.d/kelp/") ;; if you wish to keep the data somewhere else, update kelp/load-path and kelp/db-location
(require 'kelp)
(kelp/refresh)
(mapcar #'kelp/install '(kelp.el whatever packages you want ...))
(kelp/update)
Name | Description | Author | available versions |
---|
Source of this website is available here.