emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/j-mode 2e1ffe7 17/56: Merge branch 'modulate' of github.co


From: ELPA Syncer
Subject: [nongnu] elpa/j-mode 2e1ffe7 17/56: Merge branch 'modulate' of github.com:zellio/j-mode into modulate
Date: Sun, 29 Aug 2021 11:20:46 -0400 (EDT)

branch: elpa/j-mode
commit 2e1ffe7bd1dfa637ff0d606389e018e743ebb526
Merge: 94a4d08 5e7d5ac
Author: Zachary Elliott <zach@nyu.edu>
Commit: Zachary Elliott <zach@nyu.edu>

    Merge branch 'modulate' of github.com:zellio/j-mode into modulate
---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 66c5f5a..ef20993 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,3 @@
-
 # J Mode
 
 Provides font-lock, REPL integration ( via comint ) and a basic help
@@ -13,6 +12,9 @@ git or direct download, place in your load path and load / 
require normally.
 ;; Add this to your emacs config
 (add-to-list 'load-path "/path/to/j-mode/")
 (autoload 'j-mode "j-mode.el" "Major mode for editing J files" t)
+
+;; Add for detection of j source files if the auto-load fails
+(add-to-list 'auto-mode-alist '("\\.ij[rstp]$" . j-mode)))
 ```
 
 ## J Font Lock



reply via email to

[Prev in Thread] Current Thread [Next in Thread]