aboutsummaryrefslogtreecommitdiffstats
path: root/oni
diff options
context:
space:
mode:
authorGravatar Tom Willemse2023-08-29 22:23:20 -0700
committerGravatar Tom Willemse2023-08-29 22:26:42 -0700
commit0e0fccec8829caf14f2925ffb0184fc0841318f1 (patch)
tree0f6f99b896ec4135639a1937061bc896f6d29820 /oni
parent0f6732d1c9a20c429430d9412d6527bbe4fe1cee (diff)
downloadnew-dotfiles-0e0fccec8829caf14f2925ffb0184fc0841318f1.tar.gz
new-dotfiles-0e0fccec8829caf14f2925ffb0184fc0841318f1.zip
Rename ‘helpful.el’ to ‘oni-helpful.el’
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.
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