dev: Cleanup unused code and superfluous newlines

This commit is contained in:
finga 2024-10-15 14:08:33 +02:00
parent 9960c38468
commit 9ecedcd89b

View file

@ -36,17 +36,9 @@
(let ((find-program "git-find")) (let ((find-program "git-find"))
(find-dired dir ""))) (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 ;; enable flyspell checks for comments in code
(add-hook 'prog-mode-hook #'flyspell-prog-mode) (add-hook 'prog-mode-hook #'flyspell-prog-mode)
(use-package lsp-mode (use-package lsp-mode
:ensure t) :ensure t)