Skip to content

Commit dc8f959

Browse files
committed
Merge pull request #69 from bbatsov/remove-unused-option
Remove unused variable
2 parents 184388f + 449ae1c commit dc8f959

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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>

elixir-mode.el

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@
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.
@@ -191,11 +187,6 @@
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

0 commit comments

Comments
 (0)