def-docset
This commit is contained in:
parent
99e2e4c5ea
commit
ec9c12e17e
20 changed files with 42 additions and 21 deletions
|
@ -3,7 +3,9 @@
|
|||
(use-package julia-mode
|
||||
:mode "\\.jl$"
|
||||
:interpreter "julia"
|
||||
:config (def-repl! julia-mode doom/julia-repl))
|
||||
:config
|
||||
(def-docset! julia-mode ("Julia"))
|
||||
(def-repl! julia-mode doom/julia-repl))
|
||||
|
||||
(provide 'module-julia)
|
||||
;;; module-julia.el ends here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue