;;; Code: (require 'python) (use-package eglot :ensure t :config (add-to-list 'eglot-server-programs '(python-mode . ("pylsp"))) :hook ((python-mode . eglot-ensure))) (provide 'python-custom) ;;; python-custom.el ends here