Manuel Wiesinger
Manuel Wiesinger
Another scenario is installing `project.el` from GNU ELPA. `project.el` ``` (use-package project :pin gnu) ``` just keeps the built-in `project.el`.
Thanks, for the quick reply. I heard many good things about neovim :) At the moment I'm too busy to fix this properly. If I fix it some day I'll...
I thought I share my workaround for manually updating the `/etc/` directories of jails 1. Fetch and extract `src.txz` to `/usr/src` 2. Build an etcupdate tarball from the source `etcupdate...
I agree, doing steps 3 and 4 within the jail is safer. The tarball could also be nullfs mounted into the jail to avoid copying it.
I have exactly the same problem, running Arch Linux and GHC 8.2.1, Emacs 25.3 and the latest haskell-mode from GitHub
Hey, Thanks! I ran all the linters suggested by MELPA and they found no issues. When going through the code, the only thing that I noticed is that `(project-root)` can...
I'm currently to busy to work on this, so if @karthink is fine with it go ahead :)
Thanks for working on this so quickly! When I start a fresh emacs instance (using `-Q` again), create two `.org` files and call `M-x frame-purpose-show-sidebar`, I get a sidebar, however...
stdcompat builds fine with OCaml 5.3 (default config). I suppose this can be closed? :)