manateelazycat / nox

Nox is a lightweight, high-performance LSP client for Emacs
209 stars 15 forks source link

warning about nox #26

Open kapmix opened 2 years ago

kapmix commented 2 years ago

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 commented 2 years ago

PR are welcome, thanks.