From 9ecedcd89b0f047d67d0e64f53f6b4261d025808 Mon Sep 17 00:00:00 2001 From: finga Date: Tue, 15 Oct 2024 14:08:33 +0200 Subject: [PATCH] dev: Cleanup unused code and superfluous newlines --- .emacs.d/config/dev.el | 8 -------- 1 file changed, 8 deletions(-) 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)