Add Jinja mode
This commit is contained in:
parent
4825f2328a
commit
11a2eb3949
1 changed files with 3 additions and 0 deletions
|
|
@ -26,6 +26,9 @@
|
||||||
(add-to-list
|
(add-to-list
|
||||||
'icejam-language-transient-alist '(python-mode . icejam-python-lang-menu))
|
'icejam-language-transient-alist '(python-mode . icejam-python-lang-menu))
|
||||||
|
|
||||||
|
;; Python template language
|
||||||
|
(use-package jinja2-mode :ensure t :defer t)
|
||||||
|
|
||||||
(defun icejam-lang-activate-python-mode ()
|
(defun icejam-lang-activate-python-mode ()
|
||||||
"Activate python mode."
|
"Activate python mode."
|
||||||
(eglot-ensure)
|
(eglot-ensure)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue