This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-11-19
Channels
- # aleph (5)
- # announcements (1)
- # babashka (5)
- # beginners (123)
- # biff (9)
- # calva (8)
- # cider (1)
- # clj-on-windows (8)
- # clojure (20)
- # clojure-europe (7)
- # clojure-hungary (3)
- # clojure-norway (1)
- # clojure-sweden (32)
- # clojurescript (2)
- # core-async (2)
- # emacs (6)
- # events (3)
- # fulcro (30)
- # graphql (4)
- # gratitude (3)
- # helix (10)
- # honeysql (7)
- # introduce-yourself (11)
- # kaocha (1)
- # malli (16)
- # matcher-combinators (1)
- # off-topic (7)
- # portal (1)
- # re-frame (12)
- # reagent (3)
- # ring (7)
- # scittle (3)
- # shadow-cljs (1)
- # sql (1)
- # tools-deps (8)
M-x package-install
doesn’t show clojure-mode, even after M-x package-refresh-contents
… thoughts?
I seem to have both these, for starters (both are here because I was, I’m sure, flailing in the past and copy-pasta’ing duplicate variations into my init.el):
(add-to-list 'package-archives '("tromey" . " ") t)
(add-to-list 'package-archives '("melpa" . " ") t)
(add-to-list 'package-archives '("melpa-stable" . " ") t)
(add-to-list 'package-archives '("melpa" . " ") t)
(add-to-list 'package-archives '("melpa" . " "))
(add-to-list 'package-pinned-packages '(cider . "melpa-stable") t)
lol.
I’m open to suggestions of what to cull.I'm not sure how to fix this directly but straight.el lets you install from github which is really nice
combined with use-package you can get the latest of everything with some nice syntax for hooks and stuff
Thanks! I’ll try to figure that out.