Nick Brown

Results 74 comments of Nick Brown

Thanks, I wasn't aware of that. How is the optional yasnippet support in company-irony enable? It might be worth adding a note about this to the readme.

Fantastic, thanks! Now working as I'd hoped.

The company-clang backend has `company-clang-insert-arguments` option that defaults to on. A similar option for the irony backend would be great.

I think I might have misread section 1 above, and thought it related. But I know see it's about default values. I'll open a new issue.

I believe this BitBucket plugin makes use of asciidoc.js. There is an extension for asciidoc.js that support diagrams: https://github.com/eshepelyuk/asciidoctor-plantuml.js/blob/master/README.adoc#asciidoctor-js-integration What would it take to integrate that?

This looks to be a request feature here: https://github.com/bbatsov/persp-projectile/issues/7 Perhaps it could be submitted there to address that issue, or separate package created, and submitted to melpa?

@Bad-ptr Those look very useful! Would you consider making them part of this repository, or perhaps a stand alone repository and publishing them to MELPA?

@Bad-ptr, That's great, thanks! I'll look to submit it to MELPA. It would perhaps be useful to also fold persp-projectile-auto-persp.el into that repo, as they both relate to integrating with...

For what it's worth I'm using it like this: ```elisp (require 'package) (add-to-list 'package-archives '("melpa" . "http://melpa.org/packages/")) (package-initialize) ;; Bootstrap `use-package' (unless (package-installed-p 'use-package) (package-refresh-contents) (package-install 'use-package)) (setq use-package-always-ensure t)...

Exposing this repository changelog API would be very useful.