Add julia-mode

This commit is contained in:
Dimitri Lozeve 2020-02-20 19:34:43 +01:00
parent e1ba245ab3
commit c66113004a

View file

@ -280,6 +280,9 @@
(add-to-list 'flycheck-disabled-checkers 'python-flake8)
(add-to-list 'flycheck-disabled-checkers 'python-pylint)))
(use-package julia-mode
:ensure t)
(use-package dante
:ensure t
:after haskell-mode