From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1F4BA138334 for ; Thu, 19 Dec 2019 08:51:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29850E0990; Thu, 19 Dec 2019 08:51:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E5DFDE097E for ; Thu, 19 Dec 2019 08:51:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DAA4C34D9FF for ; Thu, 19 Dec 2019 08:51:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2CD997A for ; Thu, 19 Dec 2019 08:51:21 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1576745418.bbf3c0f4d6c3ba358d5e4edbdf954cacb0febdcc.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: appendices/editor-configuration/emacs/ X-VCS-Repository: proj/devmanual X-VCS-Files: appendices/editor-configuration/emacs/text.xml X-VCS-Directories: appendices/editor-configuration/emacs/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: bbf3c0f4d6c3ba358d5e4edbdf954cacb0febdcc X-VCS-Branch: master Date: Thu, 19 Dec 2019 08:51:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8e994f37-9720-46d4-bfd2-16460027c825 X-Archives-Hash: 690e541f97789788ca6b02dfdbb308c2 commit: bbf3c0f4d6c3ba358d5e4edbdf954cacb0febdcc Author: Ulrich Müller gentoo org> AuthorDate: Mon Dec 16 21:07:53 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Dec 19 08:50:18 2019 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=bbf3c0f4 appendices/editor-configuration/emacs: Balance parentheses. Restore a closing parenthesis that was accidentally deleted in a previous commit. Fixes: 75702d2ab872d486b864223bc79b75619b3f9b1e Signed-off-by: Ulrich Müller gentoo.org> appendices/editor-configuration/emacs/text.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appendices/editor-configuration/emacs/text.xml b/appendices/editor-configuration/emacs/text.xml index 6302263..f822388 100644 --- a/appendices/editor-configuration/emacs/text.xml +++ b/appendices/editor-configuration/emacs/text.xml @@ -49,7 +49,7 @@ automatically before saving the file.

Other useful settings can be disabled backup files -(by (setq make-backup-files nil), so you don't clutter the git +(by (setq make-backup-files nil)), 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