Skip to content

auto-loading julia-replΒ #46

@jlapeyre

Description

@jlapeyre

For those who are interested in keeping their emacs startup time down, you might want to mention:

If you are using the emacs package manager (say via (require 'package) in your init.el), then putting

(use-package julia-repl
  :commands julia-repl julia-repl-mode
  :config (load-library "julia-mode"))

in your init.el will delay loading julia-repl until it is needed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions