branch: elpa/xkcd commit 3304f05265d7f08ef9ee29875a4e1d7981871a25 Author: Vibhav Pant <vibh...@gmail.com> Commit: Vibhav Pant <vibh...@gmail.com>
Autoload xkcd-handle-links. --- xkcd.el | 1 + 1 file changed, 1 insertion(+) diff --git a/xkcd.el b/xkcd.el index c97c7247c5..6910aa031a 100644 --- a/xkcd.el +++ b/xkcd.el @@ -67,6 +67,7 @@ Should preferably be located in `xkcd-cache-dir'." :group 'xkcd :type 'file) +;;;###autoload (defcustom xkcd-handle-links t "If t, Handle xkcd links by opening them with xkcd-get" :group 'xkcd