-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
as the title states.
it seems to me that this happens since the inf-clojure-program variable used for this mode
is obsolete in inf-clojure.
I managed to fix this by changing the define-derived-mode in 'pixie-mode.el' to the following:
(define-derived-mode pixie-mode clojure-mode "Pixie"
"Major mode for editing Pixie code.
\\{pixie-mode-map}"
(setq-local inf-clojure-load-command pixie-inf-lisp-load-command)
(setq-local inf-clojure-program pixie-inf-lisp-program)
(setq-local inf-clojure-generic-cmd pixie-inf-lisp-program))```
maybe there's a better fix here, I'm not very experienced with writing emacs modes so I'll leave that decision to the pros.
I hope this issue will actually be fixed, especially seeing the sleeping state of this repo.Metadata
Metadata
Assignees
Labels
No labels