]> code.delx.au - gnu-emacs-elpa/commitdiff
hydra.el (hydra-cell-format): Change to defvar
authorOleh Krehel <ohwoeowho@gmail.com>
Thu, 30 Apr 2015 08:55:13 +0000 (10:55 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Thu, 30 Apr 2015 08:55:13 +0000 (10:55 +0200)
hydra.el

index ddcff21d6e45b444aa1928f55376c80be576f99c..dd58e63918bee6fd87269f2b63166f71cea7e3d1 100644 (file)
--- a/hydra.el
+++ b/hydra.el
@@ -710,9 +710,8 @@ JOINER is a function similar to `concat'."
            strs))
    "\n"))
 
-(defcustom hydra-cell-format "% -20s %% -8`%s"
-  "The default format for docstring cells."
-  :type 'string)
+(defvar hydra-cell-format "% -20s %% -8`%s"
+  "The default format for docstring cells.")
 
 (defun hydra--table (names rows cols &optional cell-formats)
   "Format a `format'-style table from variables in NAMES.