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

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

[elpa] externals/fountain-mode a6a11f8 07/17: Remove fountain page count


From: Paul Rankin
Subject: [elpa] externals/fountain-mode a6a11f8 07/17: Remove fountain page count commands from menu
Date: Sun, 19 May 2019 09:55:58 -0400 (EDT)

branch: externals/fountain-mode
commit a6a11f81aa2dd9c2c2396c55c2748ee467c7ab94
Author: Paul W. Rankin <address@hidden>
Commit: Paul W. Rankin <address@hidden>

    Remove fountain page count commands from menu
---
 fountain-mode.el | 17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)

diff --git a/fountain-mode.el b/fountain-mode.el
index cb87f87..403cdc1 100644
--- a/fountain-mode.el
+++ b/fountain-mode.el
@@ -4814,25 +4814,11 @@ keywords suitable for Font Lock."
                               (not fountain-display-scene-numbers-in-margin))
       :style toggle
       :selected fountain-display-scene-numbers-in-margin])
-    ("Page Numbers"
-     ["Count Pages" fountain-count-pages]
-     "---"
-     ["Don't Show in Mode Line"
-      (customize-set-variable 'fountain-pages-show-in-mode-line nil)
-      :style radio
-      :selected (not fountain-pages-show-in-mode-line)]
-     ["Show in Mode Line with Manual Update"
-      (customize-set-variable 'fountain-pages-show-in-mode-line 'force)
-      :style radio
-      :selected (eq fountain-pages-show-in-mode-line 'force)]
-     ["Show in Mode Line with Automatic Update"
-      (customize-set-variable 'fountain-pages-show-in-mode-line 'timer)
-      :style radio
-      :selected (eq fountain-pages-show-in-mode-line 'timer)])
     "---"
     ["Insert Metadata..." auto-insert]
     ["Insert Synopsis" fountain-insert-synopsis]
     ["Insert Note" fountain-insert-note]
+    ["Count Pages" fountain-count-pages]
     ["Insert Page Break..." fountain-insert-page-break]
     ["Refresh Continued Dialog" fountain-continued-dialog-refresh]
     ["Update Auto-Completion" fountain-completion-update]
@@ -4954,7 +4940,6 @@ keywords suitable for Font Lock."
                       fountain-auto-upcase-scene-headings
                       fountain-add-continued-dialog
                       fountain-display-scene-numbers-in-margin
-                      fountain-pages-show-in-mode-line
                       fountain-hide-emphasis-delim
                       fountain-hide-syntax-chars
                       fountain-shift-all-elements



reply via email to

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