Marked function for autoload.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 22 Nov 2020 18:35:29 +0200
changeset 1644 83380a5779c6
parent 1643 ce2756ae43b2
child 1645 25cc74027466
Marked function for autoload.
mypasshide.el
--- a/mypasshide.el	Sat Nov 21 21:34:47 2020 +0200
+++ b/mypasshide.el	Sun Nov 22 18:35:29 2020 +0200
@@ -19,6 +19,7 @@
         (overlay-put overlay 'reveal-toggle-invisible #'mypasshide--toggle-display)
         ))))
 
+;;;###autoload
 (define-minor-mode mypasshide-mode
   "Hide passwords after `mypasshide-prefix-re' and activate
 `reveal-mode'. Disabling is not implemented."