]> code.delx.au - gnu-emacs-elpa/commitdiff
diff-hl-command-prefix: make it a defcustom
authorDmitry Gutov <dgutov@yandex.ru>
Wed, 12 Feb 2014 12:36:03 +0000 (14:36 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Wed, 12 Feb 2014 12:36:03 +0000 (14:36 +0200)
diff-hl.el

index 0494c0fd1ad5ac97b8963a893cef8133e4339d8f..2a4206495621b9e044b22afe011a4ba0e3534a84 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author:   Dmitry Gutov <dgutov@yandex.ru>\r
 ;; URL:      https://github.com/dgutov/diff-hl\r
 ;; Keywords: vc, diff\r
-;; Version:  1.5.2\r
+;; Version:  1.5.3\r
 ;; Package-Requires: ((cl-lib "0.2"))\r
 \r
 ;; This file is part of GNU Emacs.\r
   '((default :inherit diff-header))\r
   "Face used to highlight unregistered files.")\r
 \r
-(defconst diff-hl-command-prefix (kbd "C-x v")\r
-  "The prefix for all `diff-hl' commands.")\r
+(defcustom diff-hl-command-prefix (kbd "C-x v")\r
+  "The prefix for all `diff-hl' commands."\r
+  :group 'diff-hl\r
+  :type 'boolean)\r
 \r
 (defcustom diff-hl-draw-borders t\r
   "Non-nil to draw borders around fringe indicators."\r