diff --git a/.emacs.d/config/dev.el b/.emacs.d/config/dev.el index 937e88c..a46ea30 100644 --- a/.emacs.d/config/dev.el +++ b/.emacs.d/config/dev.el @@ -36,17 +36,9 @@ (let ((find-program "git-find")) (find-dired dir ""))) -;; python -;; (defun my-shell-mode-hook () -;; (add-hook -;; 'comint-output-filter-functions -;; 'python-pdbtrack-comint-output-filter-function t)) -;; (add-hook 'shell-mode-hook 'my-shell-mode-hook) - ;; enable flyspell checks for comments in code (add-hook 'prog-mode-hook #'flyspell-prog-mode) - (use-package lsp-mode :ensure t)