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

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

[elpa] externals/olivetti c87a7ec 100/134: Merge pull request #17 from s


From: Stefan Monnier
Subject: [elpa] externals/olivetti c87a7ec 100/134: Merge pull request #17 from sten0/master
Date: Thu, 25 Apr 2019 09:57:37 -0400 (EDT)

branch: externals/olivetti
commit c87a7eccb9767d3b34a605a8c621c8f48b5fcc17
Merge: 4c8b62f 85ecdfc
Author: Paul Rankin <address@hidden>
Commit: GitHub <address@hidden>

    Merge pull request #17 from sten0/master
    
    Add headers for ELPA version and update copyright years
---
 olivetti.el | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/olivetti.el b/olivetti.el
index 48b0d06..0ea7016 100644
--- a/olivetti.el
+++ b/olivetti.el
@@ -1,9 +1,14 @@
 ;;; olivetti.el --- Minor mode for a nice writing environment -*- 
lexical-binding: t; -*-
 
-;; Copyright (c) 2014-2016 Paul Rankin
+;; Copyright (c) 2014-2017 Paul Rankin
 
 ;; 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]