nox
nox copied to clipboard
warning about nox
elisp:
(use-package nox :config (setq nox-shutdown t) (setq nox-python-path "/usr/local/bin/python3") (dolist (hook (list 'python-mode-hook )) (add-hook hook '(lambda () (nox-ensure)))) (add-to-list 'nox-server-programs
(python-mode . ("mspyls" "--tcp" "--host"
"localhost" "--port" :autoport))
)
)`
Emacs said: .emacs.d/init.el: Warning: (lambda nil ...) quoted with ' rather than with #' .emacs.d/el/nox.el: Warning: Use keywords rather than deprecated positional arguments to `define-minor-mode'
PR are welcome, thanks.