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")

View File

@@ -125,7 +125,7 @@
;;fsharp ; ML stands for Microsoft's Language
;;fstar ; (dependent) types and (monadic) effects and Z3
;;gdscript ; the language you waited for
;;(go +lsp) ; the hipster dialect
(go +lsp) ; the hipster dialect
;;(haskell +lsp) ; a language that's lazier than I am
;;hy ; readability of scheme w/ speed of python
;;idris ; a language you can depend on
@@ -146,7 +146,7 @@
;;php ; perl's insecure younger brother
;;plantuml ; diagrams for confusing people more
;;purescript ; javascript, but functional
(python +lsp) ; beautiful is better than ugly
(python +lsp +pyright) ; beautiful is better than ugly
;;qt ; the 'cutest' gui framework ever
;;racket ; a DSL for DSLs
;;raku ; the artist formerly known as perl6

View File

@@ -3,3 +3,4 @@
(package! org-make-toc)
(package! modus-themes)
(package! ef-themes)
(package! python-black)