]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/coolj.el
emacs: Add new option notmuch-search-hide-excluded
[notmuch] / emacs / coolj.el
index b3e314f0ffa268fb10d38beb7c49abf855e9c4a5..79d2a1b7f03db509b95705b1701fa601cf7987ca 100644 (file)
@@ -1,4 +1,4 @@
-;;; coolj.el --- automatically wrap long lines  -*- coding:utf-8 -*-
+;;; coolj.el --- automatically wrap long lines  -*- lexical-binding: t; coding: utf-8 -*-
 
 ;; Copyright (C) 2000, 2001, 2004-2009 Free Software Foundation, Inc.
 
 
 ;; Copyright (C) 2000, 2001, 2004-2009 Free Software Foundation, Inc.
 
@@ -45,7 +45,7 @@ Otherwise respect `fill-column'."
   :group 'coolj
   :type 'boolean)
 
   :group 'coolj
   :type 'boolean)
 
-(defcustom coolj-line-prefix-regexp "^\\(>+ \\)*"
+(defcustom coolj-line-prefix-regexp "^\\(>+ ?\\)*"
   "Regular expression that matches line prefixes."
   :group 'coolj
   :type 'regexp)
   "Regular expression that matches line prefixes."
   :group 'coolj
   :type 'regexp)