Emacs: Fix provide-line in misc/misc.

This commit is contained in:
tastytea 2020-05-30 08:14:58 +02:00
parent 122cc8492d
commit 71b0279442
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@
:repo "lastquestion/explain-pause-mode")
:config (explain-pause-mode t))
(provide 'misc)
(provide 'misc/misc)
;;; misc.el ends here