diff options
-rw-r--r-- | custom/jao-custom-browse.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/custom/jao-custom-browse.el b/custom/jao-custom-browse.el index 5b956e7..37f4c9f 100644 --- a/custom/jao-custom-browse.el +++ b/custom/jao-custom-browse.el @@ -247,5 +247,5 @@ (shell-command-to-string subs) (shell-command (format "r2e run %s" name))))))) -(provide 'jao-custom-org) -;;; jao-custom-org.el ends here +(provide 'jao-custom-browse) +;;; jao-custom-browse.el ends here |