dev: Cleanup unused code and superfluous newlines
This commit is contained in:
parent
9960c38468
commit
9ecedcd89b
1 changed files with 0 additions and 8 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue