This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-03-30
Channels
- # architecture (10)
- # babashka (11)
- # beginners (12)
- # calva (7)
- # clojure (7)
- # clojure-europe (2)
- # clojure-norway (12)
- # clojure-spec (2)
- # events (7)
- # fulcro (3)
- # hyperfiddle (3)
- # instaparse (12)
- # lsp (2)
- # malli (3)
- # missionary (20)
- # music (1)
- # off-topic (18)
- # reitit (9)
- # releases (4)
- # squint (5)
- # xtdb (32)
https://github.com/scicloj/clay.el: Emacs support for Clay notebooks & datavis
Version 1.3 (2024-03-30):
• using the CIDER specific cider-defun-at-point
rather than the Emacs-generic (thing-at-point 'defun)
- thanks, @tsulej (https://github.com/scicloj/clay.el/issues/4)
• avoiding specifying format when making a single form - to make the default [:html]
overridable in user side (e.g., by [:quarto :html]
) (https://github.com/scicloj/clay.el/issues/5)
Nice! Feel free to add it to https://docs.cider.mx/cider/additional_packages.html
Thanks!