Update emacs.org
This commit is contained in:
parent
0b44f89427
commit
7a5b100d4b
1 changed files with 6 additions and 0 deletions
|
@ -2635,6 +2635,12 @@ make sure to setup authinfo
|
|||
|
||||
:config
|
||||
(elpy-enable))
|
||||
|
||||
(use-package lsp-pyright
|
||||
:ensure t
|
||||
:hook (python-mode . (lambda ()
|
||||
(require 'lsp-pyright)
|
||||
(lsp)))) ; or lsp-deferred
|
||||
#+end_src
|
||||
***** Haskell
|
||||
#+begin_src emacs-lisp
|
||||
|
|
Loading…
Reference in a new issue