Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move juvix-mode to a separate repository #1744

Merged
merged 2 commits into from
Jan 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/org/reference/tooling/emacs.org
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,17 @@
There is an Emacs mode available for Juvix. Currently, it
supports syntax highlighting for well-scoped modules.

To get started, clone the Juvix Emacs mode repository:

#+begin_src sh
git clone https://github.com/anoma/juvix-mode.git
#+end_src

To install it add the following lines to your
Emacs configuration file:

#+begin_src elisp
(push "/path/to/juvix/juvix-mode/" load-path)
(push "/path/to/juvix-mode/" load-path)
(require 'juvix-mode)
#+end_src

Expand Down
29 changes: 0 additions & 29 deletions juvix-mode/flycheck-juvix.el

This file was deleted.

17 changes: 0 additions & 17 deletions juvix-mode/juvix-customize.el

This file was deleted.

88 changes: 0 additions & 88 deletions juvix-mode/juvix-highlight.el

This file was deleted.

Loading