diff --git a/emacs.d/init.el b/emacs.d/init.el index 6f19ae6..dfae375 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -251,8 +251,8 @@ :hook ((python-mode . dap-ui-mode) (python-mode . dap-mode)) :config - (dap-ui-mode 1) - (dap-tooltip-mode 1) + ;(dap-ui-mode 1) + ;(dap-tooltip-mode 1) (eval-when-compile (require 'cl-lib)) (require 'dap-python) @@ -305,6 +305,12 @@ (setq lsp-tex-server 'digestif) ;; Python +(use-package python-mode + :config + (require 'dap-python) + :custom + (dap-python-debugger 'debugpy)) + (use-package lsp-pyright :hook (python-mode . (lambda () (require 'lsp-pyright)