branch: externals/olivetti
commit cab3aa3bc52a3310483ca1de5ebc383ee49d6718
Author: Nicholas D Steeves <[email protected]>
Commit: Nicholas D Steeves <[email protected]>

    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 <[email protected]>
 ;; 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