This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-05-06
Channels
- # announcements (5)
- # aws (28)
- # babashka (4)
- # beginners (163)
- # bristol-clojurians (2)
- # calva (4)
- # cider (18)
- # clj-kondo (30)
- # cljs-dev (28)
- # cljsrn (50)
- # clojure (96)
- # clojure-europe (25)
- # clojure-italy (6)
- # clojure-losangeles (1)
- # clojure-nl (4)
- # clojure-sweden (7)
- # clojure-uk (32)
- # clojurescript (39)
- # conjure (74)
- # cursive (12)
- # events (1)
- # fulcro (32)
- # helix (71)
- # jackdaw (2)
- # leiningen (10)
- # off-topic (14)
- # pathom (59)
- # rdf (7)
- # re-frame (6)
- # reitit (28)
- # ring (7)
- # shadow-cljs (207)
- # slack-help (2)
- # spacemacs (3)
- # specter (7)
- # sql (12)
- # tools-deps (14)
- # xtdb (32)
How do i set the truncation the the emacs command history that shows when i press Alt-X? it used to show just 5 or 6 from my recent history now it shows everything and i can't even get to the command options
Also whats your favorite way to refactor (honing in on simple refactors like name changes) • clj-refactor - doesn't work on cljs and sometimes fails on clj • projectile rename - just errors out for me • helm ag (e.g SPC / + Ctrl c Ctrl e) lets me edit text and commit it, but its not ideal because a) you cant change file names b) it wont even let me do a mass change easily because i cant select the files otherwise it reverts an edits. • regex-replace = doesnt find matches even though their are some I feel like this is one area where spacemacs is constantly failing to provide a sensible default. That or there is some setup or command im overlooking.