emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master c78367f 21/24: hydra.el (hydra-cell-format): Change to def


From: Oleh Krehel
Subject: [elpa] master c78367f 21/24: hydra.el (hydra-cell-format): Change to defvar
Date: Fri, 01 May 2015 14:27:23 +0000

branch: master
commit c78367f64074c3d58dd8a802e6ea58ec15a6d143
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    hydra.el (hydra-cell-format): Change to defvar
---
 hydra.el |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/hydra.el b/hydra.el
index ddcff21..dd58e63 100644
--- 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]