Skip to content

Commit

Permalink
remove juvix-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaprieto committed Jan 23, 2023
1 parent b00d4b2 commit 17077fb
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 1,574 deletions.
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/emacs-juvix.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

0 comments on commit 17077fb

Please sign in to comment.