Bozhidar Batsov

Results 100 issues of Bozhidar Batsov

After a long hiatus I'm finally trying to clean the backlog and improve the structure, examples and the rationale of the existing guidelines. I hope to get the document to...

maintainance

I just tried `company-flx` and while it works, it's pretty hard to use it because there are no visual cues about what exactly was matched: ![image](https://cloud.githubusercontent.com/assets/103882/10870022/e8a03ff2-80c8-11e5-815f-450382d25330.png) `ido-flx` would font-lock matched...

enhancement

[compliment](https://github.com/alexander-yakushev/compliment) provides more features than `clojure-complete` and is actively maintained. As this project seems dormant I guess it makes sense to formally deprecated it in favour of `compliment`.

We've come up with some indentation spec for CIDER's dynamic indentation functionality, we consider fairly flexible and not CIDER-specific at all. The details are [here](https://github.com/clojure-emacs/cider/blob/master/doc/indent_spec.md#indent-specification). It'd be nice if `cljfmt`...

The package was adopted by https://github.com/emacsorphanage and the new upstream where development happens is https://github.com/emacsorphanage/adoc-mode Contributions welcome!

I think it'd be great if easy-kill supported out-of-the-box a few extra kill targets, namely: - whole buffer - from current point to end of buffer - from current point...

We should probably add a least a couple of sections regarding the high-level usage of `orchard` and the goals of the project.

good first issue

Currently the eldoc type is either `function` or `variable`: ```clj (defn- extract-eldoc [info] (if-let [arglists (seq (-> info extract-arglists format-arglists))] {:eldoc arglists :type "function"} {:type "variable"})) ``` This means that...

enhancement
good first issue

With RuboCop 1.0 closer than ever it's time for us to start doing to final cleanup leading to the 1.0 release. One aspect of the cleanup is to make sure...

documentation
high priority

I think it's never a bad idea to enable GitHub discussions for bigger projects like Merlin, as this way it's easy to separate discussions (e.g. brainstorming on ideas, process, etc)...