Fork me on GitHub
#announcements
<
2022-05-12
>
blueberry07:05:44

Neanderthal 0.44.0 released with CUDA 11.6 support! High performance programming, matrices, and linear algebra in https://twitter.com/hashtag/Clojure?src=hashtag_click on CPU & GPU. https://neanderthal.uncomplicate.org Good tools need great tutorials; there's tons in Clojure, including two books! https://dragan.rocks https://aiprobook.com

❤️ 6
🎉 4
🚀 2
practicalli-johnny13:05:25

https://github.com/practicalli/spacemacs.d/ configuration for Clojure & LSP for Spacemacs updated with a simpler LSP configuration and support for the http://FreeDesktop.org XDG basedir specification (I now run Emacs 28.1 from ~/.config/emacs with Spacemacs configuration in ~/.config/spacemacs directory) • minimal LSP UI - disables sideline bar and documentation popups on top of LSP UI defaults which are much gentler now • XDG basedir specification - environment variable docs (SPACEMACSDIR) and custom files relative to dotspacemacs-directory so configuration work from ~/.config/spacemacs or ~/.spacemacs.d/ directories • Customize variables section split into its own file, simplifying the versioning of the spacemacs.d/init.el file (so much nicer) • Treemacs history files saved to user-emacs .cache directory (supports XDG spec) • https://github.com/practicalli/spacemacs.d/blob/live/snippets/emacs-lisp-mode/cider-dir-locals snippet to create .dir-locals.el for Clojure CLI tools aliases on REPL startup with cider-jack-in • removed deprecated github layer (all functioning packages now in git layer) Thank you.

🎉 9
clojure-lsp 3
spacemacs 7
practicalli 1
Eugen17:05:55

thank you for using XDG dirs. I think most/all apps schould

practicalli-johnny19:05:04

Thanks. I'm finishing a blog post about setting up XDG for a number of tools. I am finding it very enlightening

1