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

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

[elpa] externals/olivetti cab3aa3 095/134: Add headers for ELPA version


From: Stefan Monnier
Subject: [elpa] externals/olivetti cab3aa3 095/134: Add headers for ELPA version
Date: Thu, 25 Apr 2019 09:57:36 -0400 (EDT)

branch: externals/olivetti
commit cab3aa3bc52a3310483ca1de5ebc383ee49d6718
Author: Nicholas D Steeves <address@hidden>
Commit: Nicholas D Steeves <address@hidden>

    Add headers for ELPA version
---
 olivetti.el | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/olivetti.el b/olivetti.el
index 48b0d06..2ac8c52 100644
--- a/olivetti.el
+++ b/olivetti.el
@@ -4,6 +4,11 @@
 
 ;; Author: Paul Rankin <address@hidden>
 ;; Keywords: wp
+;; Version: 1.5.8
+;; Package-Requires: ((emacs "24.4"))
+;; URL: https://github.com/rnkn/olivetti
+
+;; This file is not part of GNU Emacs.
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
@@ -126,7 +131,7 @@ This option does not affect file contents."
   :group 'olivetti)
 
 (defcustom olivetti-hide-mode-line
- nil
+  nil
   "Hide the mode line."
   :type 'boolean
   :group 'olivetti)
@@ -345,7 +350,7 @@ hidden."
         (add-hook 'change-major-mode-hook
                   'olivetti-reset-all-windows nil t)
         (setq-local split-window-preferred-function
-              'olivetti-split-window-sensibly)
+                    'olivetti-split-window-sensibly)
         (setq olivetti--visual-line-mode visual-line-mode)
         (unless olivetti--visual-line-mode (visual-line-mode 1))
         (olivetti-set-environment))



reply via email to

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