eldev
eldev copied to clipboard
Elisp development tool
I have long wanted to improve CI stability with Eldev, but never really got to doing it. The problem: CI tests (also for Eldev itself for example) _often_ fail for...
I am on Ubuntu 22, using the most recent docker desktop installation available. If I use `docker run -it --rm silex/emacs:27.2 ` then this properly launches emacs in the docker...
So, I released org-gtd 3.0 and dropped support for emacs 27.1 because I couldn't run tests on it locally (silex doesn't have a 27.1 tag). I opened an issue about...
I’m handing eldev an Emacs with pinned versions of all the packages (eldev, relint, etc.) already there on the load-path. However, eldev still wants to bootstrap and pull everything down...
I have a .dir-locals.el in my project with ```elisp ((nil (fill-column . 100) (indent-tabs-mode . nil) (projectile-project-type . nix-flake) (sentence-end-double-space . nil))) ``` and `eldev lint doc elisp` dumps warnings...