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