From 0e0fccec8829caf14f2925ffb0184fc0841318f1 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 29 Aug 2023 22:23:20 -0700 Subject: [PATCH] =?UTF-8?q?Rename=20=E2=80=98helpful.el=E2=80=99=20to=20?= =?UTF-8?q?=E2=80=98oni-helpful.el=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is to prevent any confusion about what files are loaded, otherwise the configuration will provide the helpful feature that the helpful package should provide. --- oni/home/services/emacs/{helpful.el => oni-helpful.el} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename oni/home/services/emacs/{helpful.el => oni-helpful.el} (89%) diff --git a/oni/home/services/emacs/helpful.el b/oni/home/services/emacs/oni-helpful.el similarity index 89% rename from oni/home/services/emacs/helpful.el rename to oni/home/services/emacs/oni-helpful.el index f8ff664..ccf9e36 100644 --- a/oni/home/services/emacs/helpful.el +++ b/oni/home/services/emacs/oni-helpful.el @@ -1,4 +1,4 @@ -;;; helpful.el --- Helpful configuration -*- lexical-binding: t; -*- +;;; oni-helpful.el --- Helpful configuration -*- lexical-binding: t; -*- ;; Copyright (C) 2023 Tom Willemse @@ -33,5 +33,5 @@ ([remap describe-variable] . helpful-variable) ("C-h T" . helpful--at-point))) -(provide 'helpful) -;;; helpful.el ends here +(provide 'oni-helpful) +;;; oni-helpful.el ends here