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

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

[elpa] externals/fountain-mode e8a7ecd 08/17: Remove fountain-tab-comman


From: Paul Rankin
Subject: [elpa] externals/fountain-mode e8a7ecd 08/17: Remove fountain-tab-command from menu
Date: Sun, 19 May 2019 09:55:58 -0400 (EDT)

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

    Remove fountain-tab-command from menu
---
 fountain-mode.el | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/fountain-mode.el b/fountain-mode.el
index 403cdc1..c2a95e4 100644
--- a/fountain-mode.el
+++ b/fountain-mode.el
@@ -4875,19 +4875,6 @@ keywords suitable for Font Lock."
      ["Customize Export"
       (customize-group 'fountain-export)])
     "---"
-    ("TAB Command"
-     ["Contextual (Do What I Mean)" (customize-set-variable 
'fountain-tab-command 'fountain-dwim)
-      :style radio
-      :selected (eq fountain-tab-command 'fountain-dwim)]
-     ["Cycle Outline Visibility" (customize-set-variable 'fountain-tab-command 
'fountain-outline-cycle)
-      :style radio
-      :selected (eq fountain-tab-command 'fountain-outline-cycle)]
-     ["Toggle Auto-Upcasing" (customize-set-variable 'fountain-tab-command 
'fountain-toggle-auto-upcase)
-      :style radio
-      :selected (eq fountain-tab-command 'fountain-toggle-auto-upcase)]
-     ["Auto-Completion" (customize-set-variable 'fountain-tab-command 
'completion-at-point)
-      :style radio
-      :selected (eq fountain-tab-command 'completion-at-point)])
     ("Syntax Highlighting"
      ["Minimum"
       (fountain-set-font-lock-decoration 1)



reply via email to

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