diff options
| author | Stefan Kangas | 2021-04-03 12:13:52 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2021-04-03 12:26:55 +0200 |
| commit | d47706c552eb8a8cd8caff03622201fcd78639c8 (patch) | |
| tree | 0ec1b9fab0a9842538ecbab88efe752edadd3b52 /lisp/textmodes | |
| parent | 860bc0db1cdf4ec58299013074edb3a3925f9dce (diff) | |
| download | emacs-d47706c552eb8a8cd8caff03622201fcd78639c8.tar.gz emacs-d47706c552eb8a8cd8caff03622201fcd78639c8.zip | |
; Remove some redundant installation instructions
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/artist.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lisp/textmodes/artist.el b/lisp/textmodes/artist.el index dc45a7306d8..22ade15921d 100644 --- a/lisp/textmodes/artist.el +++ b/lisp/textmodes/artist.el | |||
| @@ -106,13 +106,6 @@ | |||
| 106 | ;; If you add a new drawing mode, send it to me, and I would gladly | 106 | ;; If you add a new drawing mode, send it to me, and I would gladly |
| 107 | ;; include in the next release! | 107 | ;; include in the next release! |
| 108 | 108 | ||
| 109 | ;;; Installation: | ||
| 110 | |||
| 111 | ;; To use artist, put this in your .emacs: | ||
| 112 | ;; | ||
| 113 | ;; (autoload 'artist-mode "artist" "Enter artist-mode" t) | ||
| 114 | |||
| 115 | |||
| 116 | ;;; Requirements: | 109 | ;;; Requirements: |
| 117 | 110 | ||
| 118 | ;; Artist requires the `rect' package (which comes with Emacs) to be | 111 | ;; Artist requires the `rect' package (which comes with Emacs) to be |