aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGokturk Yuksek <gokturk@binghamton.edu>2016-02-03 19:57:35 -0500
committerUlrich Müller <ulm@gentoo.org>2016-02-05 13:58:19 +0100
commit75702d2ab872d486b864223bc79b75619b3f9b1e (patch)
tree3ffc6c39e2c8b53c43a61fadee4bf9bb436c5538 /appendices/editor-configuration
parentebuild-writing/user-submitted: do not put user information in ChangeLog #558642 (diff)
downloaddevmanual-75702d2ab872d486b864223bc79b75619b3f9b1e.tar.gz
devmanual-75702d2ab872d486b864223bc79b75619b3f9b1e.tar.bz2
devmanual-75702d2ab872d486b864223bc79b75619b3f9b1e.zip
appendices/editor-configuration/emacs: remove the CVS related setting #558642
Setting vc-cvs-stay-local to nil causes VC to query the remote repository. Git is a distributed VCS. As such no equivalent command exists for git. Remove the CVS related setting. Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=558642 Signed-off-by: Gokturk Yuksek <gokturk@binghamton.edu>
Diffstat (limited to 'appendices/editor-configuration')
-rw-r--r--appendices/editor-configuration/emacs/text.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appendices/editor-configuration/emacs/text.xml b/appendices/editor-configuration/emacs/text.xml
index 55fade0..0a5e38d 100644
--- a/appendices/editor-configuration/emacs/text.xml
+++ b/appendices/editor-configuration/emacs/text.xml
@@ -47,8 +47,8 @@ automatically check for the existence of it and ask you to add one.
<p>
Other useful settings can be disabled backup files
-(by <c>(setq make-backup-files nil)</c> and
-<c>(setq vc-cvs-stay-local nil)</c>), so you don't clutter CVS
+(by <c>(setq make-backup-files nil)</c>, so you don't clutter the git
+repository
directories and confuse repoman with it (by adding unnecessary entries
into a Manifest file e.g.). Emacs can even contact the outside world
by using the X servers clipboard abilities when yanking, which is