1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 20:32:00 -08:00

; Remove some redundant installation instructions

This commit is contained in:
Stefan Kangas 2021-04-03 12:13:52 +02:00
parent 860bc0db1c
commit d47706c552
3 changed files with 0 additions and 17 deletions

View file

@ -106,13 +106,6 @@
;; If you add a new drawing mode, send it to me, and I would gladly
;; include in the next release!
;;; Installation:
;; To use artist, put this in your .emacs:
;;
;; (autoload 'artist-mode "artist" "Enter artist-mode" t)
;;; Requirements:
;; Artist requires the `rect' package (which comes with Emacs) to be

View file

@ -27,14 +27,6 @@
;; system.
;;
;;; Installation:
;; To install: put this file on the load-path and add Git to the list
;; of supported backends in `vc-handled-backends'; the following line,
;; placed in your init file, will accomplish this:
;;
;; (add-to-list 'vc-handled-backends 'Git)
;;; Todo:
;; - check if more functions could use vc-git-command instead
;; of start-process.

View file

@ -30,8 +30,6 @@
;;; Bugs:
;;; Installation:
;;; Todo:
;; 1) Implement the rest of the vc interface. See the comment at the