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

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

[nongnu] elpa/forth-mode d47662b187 037/153: Add some installation and u


From: ELPA Syncer
Subject: [nongnu] elpa/forth-mode d47662b187 037/153: Add some installation and usage instrutions.
Date: Sat, 29 Jan 2022 08:02:15 -0500 (EST)

branch: elpa/forth-mode
commit d47662b187b8615c1b0ca491611f46a4f1838104
Author: Lars Brinkhoff <lars@nocrew.org>
Commit: Lars Brinkhoff <lars@nocrew.org>

    Add some installation and usage instrutions.
---
 README.md | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/README.md b/README.md
index a8e6661f9a..41fa51c259 100644
--- a/README.md
+++ b/README.md
@@ -15,3 +15,26 @@ Planned:
 
 - Tab completion.
 - Query a running Forth about words, search order, etc.
+
+### Installation
+
+MELPA:  
+
+    M-x package-install forth-mode
+
+Manual:
+
+    git clone http://github.com/larsbrinkhoff/forth-mode DIR
+    
+    # Add to .emacs
+    (pushnew "DIR" load-path)
+    (require 'forth-mode)
+    (require 'forth-block-mode)
+    (require 'forth-interacton-mode)
+
+### Usage
+
+To enable Forth major mode, type `M-x forth-mode`.  The file
+extensions `.f`, `.fs`, and `.fth` are recognised automatically.
+
+To start an interactive Forth session, type `M-x run-forth`.



reply via email to

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