branch: externals/fountain-mode commit e8a7ecd642a414eeed4ccfe0405fd340863d12df Author: Paul W. Rankin <he...@paulwrankin.com> Commit: Paul W. Rankin <he...@paulwrankin.com>
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)