Currently, installing this package from MELPA triggers an error:
- cd $(mktemp -d)
- HOME=$PWD emacs -Q
- eval this
(progn
(require 'package)
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t)
(package-install 'ghostel))
- see an error in the
*Compile-Log* buffer
Compiling file /tmp/tmp.Hqb7js9HnK/.emacs.d/elpa/ghostel-20260410.634/ghostel-evil.el at Sat Apr 11 11:24:21 2026
ghostel-evil.el:26:11: Error: Cannot open load file: No such file or directory, evil
One fix mentioned by MELPA is to create a separate MELPA package for ghostel-evil.el.
Currently, installing this package from MELPA triggers an error:
*Compile-Log*bufferOne fix mentioned by MELPA is to create a separate MELPA package for
ghostel-evil.el.