Jeffrey Young

Results 20 comments of Jeffrey Young

I use spacemacs + dante on NixOS. The command `dante-command-line ("nix-shell" "--pure" "--run" "cabal repl --builddir=dist/dante")` is setting the variable dante uses to invoke ghci as a subprocess. So you...

I'm on spacemacs but I did not have trouble getting this to work with `.dir-locals.el` for [sbv's](https://github.com/LeventErkok/sbv) benchmarking suite library. ```elisp ;; SBVBenchSuite/.dir-locals.el ((nil . ((dante-project-root . "~/Programming/sbv") (dante-target ....

There are two `.dir-locals.el` files: one for `sbv:SBVBench` in the `SBVBenchSuite/` directory, and another for just `sbv` in the project's root directory. So if I open a file in the...

You can read through the commits in [this branch](https://gitlab.haskell.org/doyougnu/ghc/-/tree/wip/unordered-containers-boot-lib) to get a step-by-step guide on altering the boot libs (although I'm adding two boot libs in that branch). Instead of...

This got so bad with a journal paper that I had to disable the mode. For what it's worth I'm using spacemacs with emacsGcc. I ran the emacs profiler with...

Also setting `magic-latex-enable-pretty-symbols` to `nil` removes the laggy performance issues. Which is probably not too surprising...

I'm on emacs-28.3 and Doom. This worked for me: `(setq emacs-everywhere-mode-initial-map nil)`

FYI you can force emacs to run `haskell-session-choose-target` with `.dir-locals.el` and recover this exact behavior. For example, for my test suite I have ``` ;; In /root-project/TestSuite/.dir-locals.el ((nil . ((dante-target...

Yes please! We are thankful for the help. Most of these should be extremely minor changes. The only one that will be difficult and that I think you should avoid...

@gelisam I have some time again to contribute (literally while waiting for paint or plaster to dry :P). Where would be the best place to start on this ticket? Perhaps...