Practicalli Johnny

Results 113 comments of Practicalli Johnny

The style guide is a wonderful collection of experiences gathered over the years, so making it part of clojure.org is a welcome idea, however, I assume the guide will have...

> Longer-term, I think it would be better to separate Clojure idioms from purely stylistic guidelines ... The idioms should be non-controversial -- accepted "this is how we do it...

### Scope of alignment I would be happy with a simple on/off all or nothing mechanism for aligning. However, there isn't universal agreement on aligning, so a mechanism to specify...

Reviewing my code it seems alignment for hash-map and binding forms (defn, let and :require in an ns form) would cover 99% of all my coding. Especially if a blank...

Spacemacs also blocked when loading in a perspectives file that contains multiple Clojure projects, until static analysis has completed.

For the moment, I have commented out the code in `dotspacemacs/user-config` and simply include anakondo in the dotspacemacs-additional-packages. `SPC SPC anakondo-minor-mode` then enables the package and starts the static analysis...

I had been using nvim-tree before I found telescope-file-browser. Now I seem to use the file browser all the time, making nvim-tree less relevant. I liked the idea of numb.nvim...

The name could be a little shorter perhaps :) Also, I assume the config doesnt need to be in the `.config/nvim` directory. Being in a dot folder at first made...

I found evaluating to a comment is far more useful than having an option to persist inline evaluation results. It is far easier to be selective with the comment approach...

@nickanderson @lebensterben Are either of you planning to finalise this PR to add the [Magit forge topic key bindings for editing topics](https://magit.vc/manual/forge.html#Editing-Topics-and-Posts)? I would find it very useful #### Rationale...