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

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

[elpa] 01/03: diff-hl-command-prefix: make it a defcustom


From: Dmitry Gutov
Subject: [elpa] 01/03: diff-hl-command-prefix: make it a defcustom
Date: Wed, 12 Feb 2014 12:39:28 +0000

dgutov pushed a commit to branch master
in repository elpa.

commit ec714345c79519a4ebbc373391042d1cf36a5fe6
Author: Dmitry Gutov <address@hidden>
Date:   Wed Feb 12 14:36:03 2014 +0200

    diff-hl-command-prefix: make it a defcustom
---
 diff-hl.el |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

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



reply via email to

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