File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed
Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -139,11 +139,6 @@ Custom variables for elixir-mode.
139139 <td><code>"iex"</code></td>
140140 <td>Command to start an interactive REPL in <code>IEX</code>.</td>
141141 </tr>
142- <tr>
143- <td><code>elixir-mode-highlight-operators (boolean)</code></td>
144- <td><code>t</code></td>
145- <td>Should operators be colored? (Currently not working properly.)</td>
146- </tr>
147142 <tr>
148143 <td><code>elixir-mode-cygwin-paths (boolean)</code></td>
149144 <td><code>t</code></td>
Original file line number Diff line number Diff line change 4747; ;
4848; ; Path to the executable <iex> command
4949; ;
50- ; ; `elixir-mode-highlight-operators`
51- ; ;
52- ; ; Option for whether or not to highlight operators.
53- ; ;
5450; ; `elixir-mode-cygwin-paths`
5551; ;
5652; ; Use Cygwin style paths on Windows operating systems.
191187 :type 'string
192188 :group 'elixir )
193189
194- (defcustom elixir-mode-highlight-operators t
195- " Elixir mode option for whether or not to highlight operators."
196- :type 'boolean
197- :group 'elixir )
198-
199190(defcustom elixir-mode-cygwin-paths t
200191 " Elixir mode use Cygwin style paths on Windows operating systems."
201192 :type 'boolean
You can’t perform that action at this time.
0 commit comments