Remove obvious and add meaningful comments

Remove the obvious and add some meaningful comments.
This commit is contained in:
finga 2024-05-28 17:03:24 +02:00
parent faa5a9908f
commit 5a55a3f3f3
4 changed files with 2 additions and 4 deletions

View file

@ -1,4 +1,3 @@
;; paredit
(use-package paredit
:ensure t
:config
@ -37,7 +36,6 @@
;; enable flyspell checks for comments in code
(add-hook 'prog-mode-hook #'flyspell-prog-mode)
;; language server
(use-package lsp-mode
:ensure t
:config