branch: externals/valign
commit eaa5cb11add73fa90d3333261a2fc3f75d676018
Author: ksqsf <[email protected]>
Commit: Yuan Fu <[email protected]>

    Enable autoload mechanism
    
    * valign.el (valign-mode): Add autoload annotation.
---
 valign.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/valign.el b/valign.el
index c11d8bc..0f1d6de 100644
--- a/valign.el
+++ b/valign.el
@@ -726,6 +726,7 @@ FLAG is the same as in ‘org-flag-region’."
 
 ;;; Userland
 
+;;;###autoload
 (define-minor-mode valign-mode
   "Visually align Org tables."
   :require 'valign

Reply via email to