aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emulation/ws-mode.el30
1 files changed, 1 insertions, 29 deletions
diff --git a/lisp/emulation/ws-mode.el b/lisp/emulation/ws-mode.el
index c36ccb76964..bfb8bed0b75 100644
--- a/lisp/emulation/ws-mode.el
+++ b/lisp/emulation/ws-mode.el
@@ -23,35 +23,7 @@
23 23
24;;; Commentary: 24;;; Commentary:
25 25
26;; How to install ws-mode.el: 26;; This emulates WordStar, with a major mode.
27;;
28;; either you
29;; put the following line into your default.el (usually
30;; /usr/local/emacs/lisp/default.el):
31;; (autoload 'wordstar-mode "ws-mode.el" "WordStar emulation mode." t)
32;; put ws-mode.el into a directory in your Emacs load-path (usually
33;; /usr/local/emacs/local/lisp).
34;;
35;; or you
36;; put ws-mode.el into your directory $HOME/lib/emacs (or something
37;; like that)
38;; put the following two lines into your file $HOME/.emacs
39;; (autoload 'wordstar-mode (expand-file-name "~/lib/emacs/ws-mode.el")
40;; "WordStar emulation mode." t)
41;;
42;; You can then invoke wordstar-mode for a buffer by typing
43;; M-x wordstar-mode
44;;
45;; If you want to use Emacs in wordstar-mode by default, put the
46;; following line in addition into your file $HOME/.emacs :
47;; (setq default-major-mode 'wordstar-mode)
48;;
49;; If you want to use Emacs *always* in wordstar-mode, even when the
50;; file type would indicate another mode, put the follwoing line in
51;; addition into your file $HOME/.emacs :
52;; (setq auto-mode-alist nil)
53;;
54;; Enjoy!
55 27
56;;; Code: 28;;; Code:
57 29