aboutsummaryrefslogtreecommitdiffstats
path: root/oni
diff options
context:
space:
mode:
Diffstat (limited to 'oni')
-rw-r--r--oni/home/services/emacs/oni-helpful.el (renamed from oni/home/services/emacs/helpful.el)6
1 files changed, 3 insertions, 3 deletions
diff --git a/oni/home/services/emacs/helpful.el b/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