Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Identify which plugin is interfering with Smart Mode #100

Open
shaunlebron opened this issue Feb 5, 2018 · 0 comments
Open

Identify which plugin is interfering with Smart Mode #100

shaunlebron opened this issue Feb 5, 2018 · 0 comments

Comments

@shaunlebron
Copy link
Collaborator

From Sean Corfield:

Run into my first "odd" behavior with the new parinfer. I have code like this

            (cond (not member)
                  (api/invalid-argument req)
                  (or (:suspended member)
                      (:deleted member))
                  (api/invalid-argument req)
                  :else
              (do
                (timbre/logged-future
                 (business/login! req member)
                 (log/write-log :logxxx
                                {:siteid (or (get-in req [:params :xxxxxx])
                                             (u/site-id member))
                                 :userid (:id member)
                                 :event  "xxxxxx"}
                                req))
                (resp/response {:code (xxx xxx)}))))

and I put my cursor just before the (do and start pressing the space key. As the form moves to the right, the code inside the do is indented by one more space than it needs to be each time.

I cannot reproduce, so I asked him to dump his list of plugins that he is using to help identify which are interfering:

$ apm list --installed --bare
advanced-open-file@0.16.7
atom-clock@0.1.16
autocomplete-cfml@0.5.0
busy-signal@1.4.3
git-plus@7.10.0
highlight-selected@0.13.1
ink@0.8.2
intentions@1.1.5
language-cfml@0.17.1
linter@2.2.0
linter-joker@0.1.4
linter-ui-default@1.6.10
lisp-paredit@0.6.0
parinfer@1.22.0
proto-repl@1.4.22
proto-repl-charts@0.4.1
rainbow-delimiters@2.1.2
set-syntax@0.4.0
tool-bar@1.1.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant