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

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

[elpa] externals/olivetti ab2e120 1/2: Remove redundant group keywords


From: Paul Rankin
Subject: [elpa] externals/olivetti ab2e120 1/2: Remove redundant group keywords
Date: Tue, 7 May 2019 23:54:37 -0400 (EDT)

branch: externals/olivetti
commit ab2e12059075d3a12df43fcb1a64f649aadc5857
Author: Paul W. Rankin <address@hidden>
Commit: Paul W. Rankin <address@hidden>

    Remove redundant group keywords
---
 olivetti.el | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/olivetti.el b/olivetti.el
index d50e334..e60be64 100644
--- a/olivetti.el
+++ b/olivetti.el
@@ -114,23 +114,20 @@ best effect.
 
 This option does not affect file contents."
   :type '(choice (integer 70) (float 0.5))
-  :safe 'numberp
-  :group 'olivetti)
+  :safe 'numberp)
 (make-variable-buffer-local 'olivetti-body-width)
 
 (defcustom olivetti-minimum-body-width
   40
   "Minimum width in columns that text body width may be set."
   :type 'integer
-  :safe 'integerp
-  :group 'olivetti)
+  :safe 'integerp)
 
 (defcustom olivetti-lighter
   " Olv"
   "Mode-line indicator for `olivetti-mode'."
   :type '(choice (const :tag "No lighter" "") string)
-  :safe 'stringp
-  :group 'olivetti)
+  :safe 'stringp)
 
 (defcustom olivetti-recall-visual-line-mode-entry-state
   t
@@ -140,8 +137,7 @@ When non-nil, if `visual-line-mode' is inactive upon 
activating
 `olivetti-mode', then `visual-line-mode' will be deactivated upon
 exiting. The reverse is not true."
   :type 'boolean
-  :safe 'booleanp
-  :group 'olivetti)
+  :safe 'booleanp)
 
 
 ;;; Set Environment



reply via email to

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