Configure python for treesitter and org
This commit is contained in:
parent
796a66c3a7
commit
b5f67eba14
1 changed files with 3 additions and 2 deletions
|
|
@ -416,7 +416,8 @@
|
||||||
(org-babel-do-load-languages
|
(org-babel-do-load-languages
|
||||||
'org-babel-load-languages
|
'org-babel-load-languages
|
||||||
'((emacs-lisp .t)
|
'((emacs-lisp .t)
|
||||||
(shell . t))))
|
(shell . t)
|
||||||
|
(python . t))))
|
||||||
|
|
||||||
(use-package ob-restclient
|
(use-package ob-restclient
|
||||||
:after org
|
:after org
|
||||||
|
|
@ -581,7 +582,7 @@
|
||||||
:ts-mode 'swift-ts-mode
|
:ts-mode 'swift-ts-mode
|
||||||
:remap '(swift-mode)
|
:remap '(swift-mode)
|
||||||
:ext "\\.swift\\'"))
|
:ext "\\.swift\\'"))
|
||||||
(setq treesit-auto-langs '(swift))
|
(setq treesit-auto-langs '(swift python))
|
||||||
(global-treesit-auto-mode))
|
(global-treesit-auto-mode))
|
||||||
|
|
||||||
(use-package yaml-mode)
|
(use-package yaml-mode)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue