This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-11-04
Channels
- # beginners (46)
- # boot (65)
- # cider (8)
- # cljs-dev (5)
- # cljsrn (4)
- # clojure (50)
- # clojure-conj (2)
- # clojure-france (1)
- # clojure-greece (18)
- # clojure-russia (8)
- # clojure-spec (39)
- # clojure-uk (36)
- # clojurescript (36)
- # clr (16)
- # component (2)
- # cursive (6)
- # datascript (3)
- # datomic (31)
- # devcards (2)
- # editors-rus (1)
- # emacs (15)
- # events (2)
- # figwheel (1)
- # funcool (24)
- # garden (3)
- # hoplon (22)
- # instaparse (15)
- # leiningen (3)
- # luminus (4)
- # om (59)
- # onyx (24)
- # overtone (1)
- # pedestal (3)
- # planck (18)
- # prelude (1)
- # protorepl (2)
- # re-frame (5)
- # rum (1)
- # sql (1)
- # uncomplicate (1)
- # untangled (66)
- # vim (18)
- # yada (4)
what do you guys use to sort namespaces in non-ns situations? like when using boot? How do you sort something like this:
(require
'[adzerk.boot-cljs :refer [cljs]]
'[adzerk.boot-cljs-repl :refer [cljs-repl start-repl]]
'[adzerk.boot-reload :refer [reload]]
'[adzerk.boot-test :refer :all]
'[crisptrutski.boot-cljs-test :refer [test-cljs]]
'[finops-admin.db-utils :as db-utils]
'[finops-admin.tables :as tables]
'[finops-admin.table-spec :refer [generate-db-data]]
'[pandeiro.boot-http :refer [serve]]
'[environ.boot :refer [environ]]
'[degree9.boot-npm :refer [npm]])
emacs --debug-init is not really helpful, is there a problem with my config or with smartparens ?
@yenda did you visit position 7276 in your .emacs file to see the offending variable? (`M-g c 7276` or M-x goto-char RET 7276
)
@cmack thank you it was slack that inserted some random invisible crappy char inbetween lines