This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-02-23
Channels
- # aws-lambda (1)
- # beginners (11)
- # boot (456)
- # cider (3)
- # cljsrn (7)
- # clojure (340)
- # clojure-berlin (6)
- # clojure-dev (207)
- # clojure-germany (12)
- # clojure-greece (3)
- # clojure-italy (3)
- # clojure-russia (12)
- # clojure-spec (42)
- # clojure-uk (29)
- # clojured (7)
- # clojurescript (125)
- # datascript (1)
- # datomic (47)
- # defnpodcast (4)
- # emacs (30)
- # events (7)
- # hoplon (13)
- # instaparse (64)
- # jobs (13)
- # jobs-discuss (1)
- # lein-figwheel (1)
- # leiningen (10)
- # luminus (1)
- # lumo (14)
- # off-topic (10)
- # om (16)
- # om-next (3)
- # onyx (1)
- # pedestal (3)
- # protorepl (5)
- # re-frame (17)
- # reagent (66)
- # ring (1)
- # ring-swagger (13)
- # spacemacs (12)
- # specter (4)
- # untangled (272)
- # vim (4)
- # yada (24)
I suspect, based solely on my most recent changes, to be somethign involving: lispy, lispyville, clojure, and anything else for manipulating sexps
slightly unrelated but anyone writing and sending emails with org-mode / emacs?
I saw a few links with various options but nothing too exciting
well @piotr2b that just looks like a problem in your gpg-agent.conf file to me
well I think one issue could be that it tries to connect via console and not the gtk version of pinentry @piotr2b
or something like that
I had that problem before with crypted files I think
not sure cuz actually every time I sign commits I get a “pop-in-like stuff” in the terminal.
here’s an example editorconfig file: https://github.com/chadhs/dotfiles/blob/master/editors/editorconfig
setup is pretty straightforward in emacs then. search for “editorconfig” in your browser here for an example https://github.com/chadhs/dotfiles/blob/master/editors/emacs-config.org
one last recommendation.... if you place a .editorconfig file in your homedir that will serve as your “defaults” (unfortunately that’s not clear from the docs). any editorconfig file that you put in the root of a project will take precedence so you and your partner in crime can put your agreed upon standards for each project there (that is explained in the docs fairly well).
anyone having problems of lispy+agressive indent mode struggling on files that are > 500 loc?
@qqq yes that’s the issue, I’ve used this to work around it: http://github.com/julienfantin/.emacs.d/blob/master/config/config-indentation.el#L95