changing bash stuff
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user