update doom config

This commit is contained in:
ksyasuda 2021-10-26 18:49:12 -07:00
parent 264238ba59
commit 24568ddd60
3 changed files with 13 additions and 0 deletions

View File

@ -80,9 +80,12 @@
(setq lsp-pyls-plugins-pyflakes-enabled t)
)
<<<<<<< HEAD
(after! lsp-python-ms
(set-lsp-priority! 'mspyls 1))
=======
>>>>>>> dfea492 (updates)
(add-hook 'org-mode-hook #'org-bullets-mode)
(add-hook 'before-save-hook 'py-isort-before-save)
@ -117,6 +120,7 @@ was updated after pytest was run then nothing is reported.
'org-babel-load-languages
'((python . t)))
<<<<<<< HEAD
(setq projectile-project-search-path '("~/Projects/" "~/Work/Projects/"))
@ -135,3 +139,5 @@ was updated after pytest was run then nothing is reported.
:defer t ; don't access `dired-mode-map' until `peep-dired' is loaded
:bind (:map dired-mode-map
("P" . peep-dired)))
=======
>>>>>>> dfea492 (updates)

View File

@ -152,7 +152,11 @@
;;php ; perl's insecure younger brother
;;plantuml ; diagrams for confusing people more
;;purescript ; javascript, but functional
<<<<<<< HEAD
(python +lsp +pyenv) ; beautiful is better than ugly
=======
(python +lsp) ; beautiful is better than ugly
>>>>>>> dfea492 (updates)
;;qt ; the 'cutest' gui framework ever
;;racket ; a DSL for DSLs
;;raku ; the artist formerly known as perl6

View File

@ -58,5 +58,8 @@
(package! ein)
(package! python-docstring)
(package! py-autopep8)
<<<<<<< HEAD
(package! diredfl)
(package! peep-dired)
=======
>>>>>>> dfea492 (updates)