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

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

[elpa] master 2cacc68 33/40: Added types to custom


From: Alexey Veretennikov
Subject: [elpa] master 2cacc68 33/40: Added types to custom
Date: Fri, 29 Jan 2016 23:29:50 +0000

branch: master
commit 2cacc6877804b148e06d0e86f64478a562114064
Author: Alexey Veretennikov <address@hidden>
Commit: Alexey Veretennikov <address@hidden>

    Added types to custom
---
 loccur.el |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/loccur.el b/loccur.el
index 6b29022..eaed577 100644
--- a/loccur.el
+++ b/loccur.el
@@ -111,11 +111,14 @@ a new window."
 
 (defcustom loccur-jump-beginning-of-line nil
   "Set cursor to the beginning of the line when the loccur function is called.
-Default: nil")
+Default: nil"
+  :type '(boolean)
+  :group 'loccur)
 
 (defcustom loccur-highlight-matching-regexp t
   "If set to nil, do not highlight matching words.
 Default: t"
+  :type '(boolean)  
   :group 'loccur)
 
 (defvar loccur-history nil



reply via email to

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