Petter S. Storvik
Petter S. Storvik
I'm currently working on deploying my Clojurescript web application using Nix and stumbled upon this project when looking around. As this is my first Clojure(script) project and I haven't used...
Hello, Gomacro is awesome! Inspired by SLIME I wrote an Emacs package for interacting with the REPL. It comes with some useful functions dealing with the REPL and a minor-mode...
Hello, Trying to set up irony, company-irony and flycheck-irony, using Ubuntu 18.04 (clang 6.0.0). When opening a new cpp file and trying to autocomplete something in the buffer I often...
Cannot get autocompletion of partially written functions to work with go-mode and gopls. `completion-at-point` seems to be working correctly. I am able to reproduce using https://github.com/emacs-lsp/lsp-mode/blob/master/scripts/lsp-start-plain.el only adding `go-mode` to...
I'm struggling to make `svg-tag-mode` to work with Emacs daemon and while debugging the issue it seems like the error comes from this library. I'm not that proficient in elisp...
First of all, thank you for this amazing piece of software. It has helped a lot when trying to transition from Linux to Windows. **Is your feature request related to...
I've been using kanata for a while and it has always served me well, but after changing layout to colemak-dh I've run into some issues setting up home row mods....
Trying to use this to build a go package using some private modules. Looks like I should be able to do that using `generate ` and `import`, but getting error...