-
Since the last update, Parinfer is no longer consistently matching parentheses all the time.
Before, if I typed an opening parenthsis (`(`), it would automatically add a closing parenthesis (`)`). …
-
My .emacs settings relating to parinfer:
```
(use-package parinfer
:ensure t
:config
(parinfer-strategy-add 'default 'newline-and-indent)
:bind
(:map parinfer-mode-map
("" . parin…
-
On Atom, when Parinfer is on, the closing parens, vectors, curly braces, are styled with a light gray color.
This helps one to know when Parinfer is on or off.
On Sublime Text I offen find myse…
-
WIP with [PR-58](https://github.com/oakmac/standard-clojure-style-js/pull/58)
-
While debugging some Changes `parinfer-rust-mode` was generating I was able to get parinfer-rust, and consequently Emacs, to crash.
After doing some digging around in Emacs, I was able to narrow do…
-
When parentheses are unbalanced and enter is pressed go to multiline mode. Lumo does this by checking [isReadable](https://github.com/anmonteiro/lumo/blob/master/src/js/repl.js#L103).
Would be also…
-
Sometimes when opening a clojure file in Atom that does not conform to the parinfer standards, while the dialog "parinfer needs to change this file", Atom will maximize the window. This is supremely a…
ghost updated
6 years ago
-
I use proto-repl in atom and due to it not having a proper file extension parinfer doens't activate when I'm using it. Is it possible to set it up so that parinfer works for the popular atom repl plu…
-
When I open a file for the first time, parinfer immediately performs modifications if the parens don't meet parinfer spec.
Whilst this is fine for a personal project, it does not work well with oth…
-
Parinfer is awesome. Thank you.
In recent versions of Atom there is a GitHub integration package (https://github.com/blog/2362-announcing-git-integration-for-atom-and-github-desktop-beta) shipped w…