changing bash stuff

This commit is contained in:
2024-08-03 16:44:02 -07:00
parent 31cc007c70
commit 6f15c86181
7 changed files with 125 additions and 142 deletions

View File

@@ -179,3 +179,11 @@
(setq elfeed-search-filter "@1-month-ago +unread"))
(setq create-lockfiles nil)
(use-package! python-black
:demand t
:after python
:config
(add-hook! 'python-mode-hook #'python-black-on-save-mode))
(setq flycheck-python-pylint-executable "pylint")