This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-04-24
Channels
- # announcements (3)
- # babashka (23)
- # beginners (35)
- # cider (3)
- # clara (3)
- # clj-kondo (14)
- # cljdoc (1)
- # cljs-dev (1)
- # clojure (82)
- # clojure-austin (9)
- # clojure-europe (5)
- # clojurescript (23)
- # conjure (62)
- # cursive (73)
- # defnpodcast (1)
- # emacs (3)
- # ethereum (1)
- # gratitude (1)
- # hyperfiddle (12)
- # introduce-yourself (1)
- # leiningen (2)
- # lsp (44)
- # malli (7)
- # polylith (2)
- # portal (17)
- # re-frame (5)
- # reitit (3)
- # sci (8)
- # shadow-cljs (5)
- # tools-build (11)
Anyone tried: https://github.com/emacs-eaf/emacs-application-framework ? Seems it be cool to have Portal as a buffer inside Emacs
Pinning is the only thing saving you from a supply chain attack. It may be a little more work, but then so is taking backups.
I find pinning to be overkill for a personal config (w/o distros such as Doom etc).
I just install the latest version of all packages and it works fine. No use-package
either, just plain old with-eval-after-load
and require
. My startup is fast.
If I ever have to revert some package (I haven’t needed it so far), I can manually install a previous version.
straight.el
is cool but it adds more complexity and a bigger surface area for bugs
https://github.com/Andre0991/dotfiles/blob/master/emacs.el#L1