Remove obvious and add meaningful comments
Remove the obvious and add some meaningful comments.
This commit is contained in:
parent
faa5a9908f
commit
5a55a3f3f3
4 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue