Skip to content

scicloj/kind-portal.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kind-portal.el

License GPL 3

Emacs bindings for the kind-portal adapter of Clojure Kindly visualizations to the Portal tool.

Usage

Installing & loading

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))

API

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.

License

kind-portal.el is distributed under the GNU General Public License, version 3.

Copyright © 2024 Scicloj

About

Emacs bindings for the kind-portal adapter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published