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

    * valign.el (valign): Don't specify custom options in group definition.
---
 valign.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/valign.el b/valign.el
index 61546c7..807e9d9 100644
--- a/valign.el
+++ b/valign.el
@@ -107,9 +107,7 @@
 (require 'cl-lib)
 (require 'pcase)
 
-(defgroup valign
-  '((valign-lighter custom-variable)
-    (valign-fancy-bar custom-variable))
+(defgroup valign nil
   "Visually align text tables on GUI."
   :group 'text)
 

Reply via email to