Add julia-mode
This commit is contained in:
parent
e1ba245ab3
commit
c66113004a
1 changed files with 3 additions and 0 deletions
3
init.el
3
init.el
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue