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

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

[elpa] externals/olivetti 52b5b4e 038/134: Cleaning up


From: Stefan Monnier
Subject: [elpa] externals/olivetti 52b5b4e 038/134: Cleaning up
Date: Thu, 25 Apr 2019 09:57:24 -0400 (EDT)

branch: externals/olivetti
commit 52b5b4e5564a62aedd97a3d876c6abc7da96048e
Author: Paul Rankin <address@hidden>
Commit: Paul Rankin <address@hidden>

    Cleaning up
---
 olivetti.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/olivetti.el b/olivetti.el
index b9cd3b2..f0493bf 100644
--- a/olivetti.el
+++ b/olivetti.el
@@ -82,7 +82,7 @@
   :prefix "olivetti-"
   :group 'wp)
 
-;;; Customizable Variables =============================================
+;;; Customizable Variables 
=====================================================
 
 (defcustom olivetti-body-width
   80
@@ -124,7 +124,7 @@ Can cause display issues in console mode."
   "Non-nil if `visual-line-mode' is active when `olivetti-mode' is turned on.")
 (make-variable-buffer-local 'olivetti--visual-line-mode)
 
-;;; Functions ==========================================================
+;;; Functions 
==================================================================
 
 (defun olivetti-set-mode-line (&optional arg)
   "Set the mode line formating appropriately.
@@ -244,7 +244,6 @@ body width set with `olivetti-body-width'.
 
 When `olivetti-hide-mode-line' is non-nil, the mode line is also
 hidden."
-  :init-value nil
   :lighter " Olv"
   (if olivetti-mode
       (progn



reply via email to

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