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")
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -3,3 +3,4 @@
|
||||
(package! org-make-toc)
|
||||
(package! modus-themes)
|
||||
(package! ef-themes)
|
||||
(package! python-black)
|
||||
|
||||
Reference in New Issue
Block a user