Jason Imison
Jason Imison
spacebar-mode
@jeroldhaas Evil keys are already set up to do code folding in spacemacs. Those keys should just work providing that folding is specified for either the major mode or one...
I presume so.
For linting, I was thinking it might be a good idea to integrate it with [flycheck](https://github.com/flycheck/flycheck). Could do the same for compiler errors too.
The error list can be useful and it has plugins for most languages. It's very widely used. Also, using that would probably cut down the amount of code in emacs-fsharp-mode.
Just wanted to say that I've not forgotten about this. I got linting working pretty quickly but hit a bug where it was linting continuously (even while not typing) and...
@delexi it's gruvbox
@juergenhoetzel Not up to date, but it's here https://github.com/nosami/emacs-fsharp-mode. Sorry, not had any time!
 Helm works really well for this. The compilation buffer can be used for this purpose too.
I currently use `helm-projectile-ag` for this purpose in emacs. Not as precise, but really fast :)