branch: master
commit 2cacc6877804b148e06d0e86f64478a562114064
Author: Alexey Veretennikov <alexey.veretenni...@gmail.com>
Commit: Alexey Veretennikov <alexey.veretenni...@gmail.com>

    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