Emacs bindings for the kind-portal adapter of Clojure Kindly visualizations to the Portal tool.
Soon, this package will hopefully be in MELPA. Till then, you may install & load it in the following ways using use-package.
Using straight, you may load the package as follows:
(use-package kind-portal
:straight (kind-portal
:type git
:host github
:repo "scicloj/kind-portal.el"))
Using vc-use-package, you may load the package as follows:
(use-package kind-portal
:vc (:fetcher github :repo scicloj/kind-portal.el))
The package offers the following functions, that you may wish to create keybindings for:
name | function |
---|---|
kind-portal-open-if-needed |
Open the Portal view if you haven't yet. |
kind-portal-send-last-sexp |
Eval & submit the Clojure form in last s-expression to Portal, adapted for Kindly. |
kind-portal-send-defun-at-point |
Eval & submit the Clojure form at the defun-at-point to Portal, adapted for Kindly. |
kind-portal.el is distributed under the GNU General Public License, version 3.
Copyright © 2024 Scicloj