Skip to content
This repository has been archived by the owner on May 7, 2022. It is now read-only.

warning about nox #26

Open
kapmix opened this issue Feb 21, 2022 · 1 comment
Open

warning about nox #26

kapmix opened this issue Feb 21, 2022 · 1 comment

Comments

@kapmix
Copy link

kapmix commented Feb 21, 2022

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'

@manateelazycat
Copy link
Owner

PR are welcome, thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants