emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#40309: closed ([PATCH] system: Move nanorc to XDG_CONFIG_HOME.)


From: GNU bug Tracking System
Subject: bug#40309: closed ([PATCH] system: Move nanorc to XDG_CONFIG_HOME.)
Date: Tue, 31 Mar 2020 08:56:02 +0000

Your message dated Mon, 30 Mar 2020 15:42:52 +0300
with message-id <20200330124252.GC5436@E5400>
and subject line Re: [bug#40309] [PATCH] system: Move nanorc to XDG_CONFIG_HOME.
has caused the debbugs.gnu.org bug report #40309,
regarding [PATCH] system: Move nanorc to XDG_CONFIG_HOME.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
40309: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=40309
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] system: Move nanorc to XDG_CONFIG_HOME. Date: Sun, 29 Mar 2020 10:22:38 +0300
* gnu/system/shadow.scm (default-skeletons): Move .nanorc to
.config/nano/nanorc.
---
 gnu/system/shadow.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/system/shadow.scm b/gnu/system/shadow.scm
index 46efdfddab..9bee3d1693 100644
--- a/gnu/system/shadow.scm
+++ b/gnu/system/shadow.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019 Ludovic Courtès 
<address@hidden>
 ;;; Copyright © 2016 Alex Griffin <address@hidden>
 ;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <address@hidden>
+;;; Copyright © 2020 Efraim Flashner <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -172,7 +173,7 @@ set auto-load safe-path /gnu/store/*/lib\n")))
       ;; after ~/.zshrc.  To avoid interfering with any customizations a user
       ;; may have made in their ~/.zshrc, put this in .zprofile, not .zlogin.
       (".zprofile" ,zprofile)
-      (".nanorc" ,(plain-file "nanorc" "\
+      (".config/nano/nanorc" ,(plain-file "nanorc" "\
 # Include all the syntax highlighting modules.
 include /run/current-system/profile/share/nano/*.nanorc\n"))
       (".Xdefaults" ,xdefaults)
-- 
2.26.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#40309] [PATCH] system: Move nanorc to XDG_CONFIG_HOME. Date: Mon, 30 Mar 2020 15:42:52 +0300
Patch pushed

-- 
Efraim Flashner   <address@hidden>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]