nox icon indicating copy to clipboard operation
nox copied to clipboard

warning about nox

Open kapmix opened this issue 3 years ago • 1 comments

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'

kapmix avatar Feb 21 '22 07:02 kapmix

PR are welcome, thanks.

manateelazycat avatar Feb 26 '22 11:02 manateelazycat